# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual Environment
.venv/
venv/
ENV/
env/

# Environment Variables
.env
.env.local

# IDE & Editor
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.mypy_cache/
coverage.xml
htmlcov/
.tox/
.coverage
.coverage.*
nosetests.xml
*.cover

# Logs
*.log

# Distribution / Packaging
dist/
build/
*.egg-info/
.eggs/
pip-wheel-metadata/

# OS
.DS_Store
Thumbs.db