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

# Virtual environments
.venv/
venv/
env/

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

# Environment (contains secrets)
.env

# OS
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Tooling-managed working dirs (Codebuddy / Superpowers / agent runtime)
.claude/
docs/superpowers/plans/
logs/
sessions/

# Media cache
.media-cache/
