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

# Virtualenvs
.venv/
venv/

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
