# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
wheels/
*.whl
MANIFEST

# Virtual environments
.venv/
venv/
env/
.env/

# Environment variables
.env
.env.*
!.env.example

# pytest / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checkers
.mypy_cache/
.dmypy.json
.pytype/
.pyre/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# hatch / build
.hatch/

# internal dev docs
docs/superpowers/
