# Environment
.venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Runtime
*.db
data/

# Local session files
PLAN.md
CLAUDE.md
.claude/

# Generated artifacts
imnot-collection.json

# Design docs — kept local only
docs/

# Superpowers plugin output
superpowers/
