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

# Virtual environments
.venv/
venv/
env/
ENV/

# Tests / caches
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/

# IDEs
.idea/
.vscode/
*.swp

# Outputs
output/
*.log

# OS
.DS_Store
Thumbs.db
desktop.ini
