# Environment & Secrets
.env
.env.local
.env.*.local

# Database
*.db
*.db-wal
*.db-shm

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/

# Editor
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# AI agent handoff files
AI_HANDOFF.md

# Internal planning/spec artifacts (kept local, not for downstream consumers)
docs/superpowers/
archive/
