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

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp

# Env
.env
.env.local

# mypy
.mypy_cache/

# Docs (keep locally, don't track)
docs/superpowers/
