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

# Virtual envs
.venv/
venv/

# uv
.uv-cache/

# Tests / tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Local state
*.db
*.db-journal
*.db-wal
*.db-shm
master.key
.env
.env.local

# Editor
.vscode/
.idea/

# OS
.DS_Store

# Agent / editor tooling (local-only, not part of the public project)
.claude/
.serena/
.superpowers/

# Gitea CI/CD (kept local; the public project ships GitHub Actions under .github/)
.gitea/

# Internal process docs (specs/plans) — never part of the public tree
docs/superpowers/

# Agent instructions — local-only, not part of the public project
CLAUDE.md
