# 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

# Internal design docs — kept local only
docs/design-*.md

# Superpowers plugin output
superpowers/

# Frontend AI agents (skills.sh)
.agents/

# Claude Code skills lock (local tool artifact)
skills-lock.json
