__pycache__/
*.pyc
.DS_Store
.venv/
*.egg-info/
.superpowers/
.claude/
.claude.local.md

# Personal data — kept on disk locally, out of the repo. Generic templates
# (.example) get added when preparing the public release.
config.yaml
profile/
docs/
specs/
company_list.yaml
blocklist_learned.yaml
TODO.md
*.db

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml
