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

# Virtualenvs
.venv/
venv/
env/

# Test / coverage / mutation
.pytest_cache/
.ruff_cache/
.mutmut-cache
.coverage
.coverage.*
htmlcov/
mutants/

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

# OS
.DS_Store
Thumbs.db
site/
