__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml
*.log

# Local agent instructions — contains private infra details, keep out of VCS
CLAUDE.md

# Local SQLite databases (dev server, alembic smoke tests)
*.db
*.db-journal
*.sqlite3
