.claude/
implementation_plan.md

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Local state
*.sqlite3
*.db
capability-compiler.toml

# OS/editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Secrets — never commit
.env
.env.*

