.venv/
__pycache__/
*.py[cod]
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
*.egg-info/
reports/
*.sqlite
*.sqlite3
.env

# Machine-specific orchestration context. These files must never be committed.
.agents/orchestrator.md
.agents/local-environment.md
