config.py
.env
.cache/
__pycache__/
venv/
.vscode/
.claude/
.venv/
.mypy_cache/
.serena/

# Python build/cache
*.pyc
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
logs/
*.log
*.log.*
*.egg-info/

# Frontend
frontend/node_modules/
frontend/dist/

# Local AI tooling caches
.headroom/
.tokensave/
