| # Virtual Environments | |
| .venv/ | |
| venv/ | |
| # Note: `env/` is the package source directory for this project and must NOT be ignored | |
| # Python caching | |
| __pycache__/ | |
| *.pyc | |
| .pytest_cache/ | |
| # Environment Variables | |
| .env | |
| # MacOS | |
| .DS_Store | |
| # Tool outputs (uv) | |
| # uv.lock should be committed for OpenEnv validation; do not ignore it | |