# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.coverage
htmlcov/
*.egg-info/
dist/
build/
wheels/

# Testing
.pytest_cache/
.tox/
.nox/

# Type checking
.mypy_cache/
.pyre/
.pytype/

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

# OS
.DS_Store
Thumbs.db

# Environments
.env
.envrc

# Local planning artifacts (specs, plans from brainstorming sessions)
docs/superpowers/
