# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
.tox/
.coverage
.coverage.*
.pytest_cache/

# Virtualenvs
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Runtime data that shouldn't be committed
*.log
*.bak
