# Environment
.venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Runtime
*.db
*.pid
*.log
data/
archived-logs/

# Local configuration (auto-generated on first start)
imnot.toml

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

# Generated artifacts
imnot-collection.json

# Design docs — kept local only
docs/

# Superpowers plugin output
superpowers/
