# Byte-compiled / cache
__pycache__/
*.pyc

# Virtual environments
.venv/
venv/

# Build / packaging
dist/
build/
*.egg-info/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mutmut-cache/

# Databases (SQLite state, audit logs)
*.db
*.db-journal
*.db-wal
*.db-shm

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp

# Type checkers
.mypy_cache/
.ruff_cache/

# mutmut
mutants/
.mutmut-cache/
.tmp-remagraph/
coverage.xml
.command-tower/
.omo/
*.bak

# Local, machine-specific agent tooling config (personal automation hooks,
# scratch bug-report notes) — must never ship in the public repo.
.claude/
