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

# Virtual environments
.venv/
venv/
ENV/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo

# Agent / OpenCode
.superpowers/
AGENTS.md
agents.md
CLAUDE.md
claude.md
*.session
.session*/

# Linting / Type checking
.ruff_cache/
.mypy_cache/
.pytest_cache/

# OS
.DS_Store
Thumbs.db

# Local config
*.local
.env
