# AI assistant config & local memory (personal — never publish)
CLAUDE.md
AGENTS.md
.claude/

# IDE
.idea/
.vscode/

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

# environment
.env
.env.*

# OS
.DS_Store

# internal docs — not published
docs/

# SDD scratch (progress ledger)
.superpowers/
