# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/

# Build / distribution
dist/
build/
*.egg-info/
*.egg

# Test / coverage
.pytest_cache/
.coverage
coverage/
htmlcov/
.tox/

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

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

# OS
.DS_Store
Thumbs.db

# Misc
.cache/
tmp/
