# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyd

# Caches of various types
.cache/
.pip/

# Development environments
.env
.venv/
venv/
ENV/

# Version control
.git/
.gitignore
.github/

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Project backups
*.bak

# Log files
*.log

# OS generated files
.DS_Store
Thumbs.db

# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~
