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

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/

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

# MkDocs build output
site/

# OS
.DS_Store
Thumbs.db

.cache/