# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/

# Build
dist/
build/

# Virtual environments
.env
.venv/
venv/

# Testing
.pytest_cache/

# OS specific files
.DS_Store
Thumbs.db

# Linting
.ruff_cache/

# Claude Code
.claude/
CLAUDE.md

# Session logs
notes/

# Plans
docs/superpowers/

# Lock files
uv.lock

# Secrets
.mcp.json