# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

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

# Logs
*.log

# Local data / databases (the archive DB lives in %LOCALAPPDATA%, never in-repo)
data/
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3

# OS / editor cruft
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/
*.swp

# Audit working notes (Phase 1 investigation; not release artifacts)
audit/

# Local-only Claude Code wiring (slash commands + hooks wrapping dispatch CLI)
.claude/
