# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.log
*.sqlite3
*.db
*.env
.env*
*.cover
.coverage
htmlcov/
.tox/
.mypy_cache/
.pytest_cache/
.cache/
*.mo
*.pot
*.po
*.swp
*.bak
*.tmp
*.old
*.orig
*.DS_Store
.idea/
.vscode/
*.tgz
*.tar.gz
*.zip
*.gz
*.whl
pip-wheel-metadata/
.venv

# Test & coverage
.coverage
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Jupyter
.ipynb_checkpoints

# VS Code
.vscode/

# macOS
.DS_Store

# System
Thumbs.db
Desktop.ini

# Git
*.orig
