# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/

# Virtualenv
.venv/

# AI traces (per CLAUDE.md public repo policy — superpower content lives in private repo n24q02m/.superpower)
.jules/
.Jules/
.jules
.superpower/
superpower/
superpowers/
docs/superpowers/

# OS
.DS_Store
Thumbs.db

# Secrets
.env
.env.*

# Bot/merge junk artifacts (prevent accidental commits) — 2026-06-07
*.orig
*.rej
*.cover
*.bak
/*.patch
/*.diff
