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

# Build artifacts
build/
dist/
*.egg

# Virtual environments
.venv/
venv/

# OS
.DS_Store
Thumbs.db
.claude/settings.local.json

# Brainstorming visual-companion artifacts
.superpowers/

# Local agent/skill tooling (per-machine, not part of the package)
.agents/
skills-lock.json
*.corrupt

# Internal docs / dev notes — kept local, not published or tracked
docs/
CLAUDE.md
