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

# C extensions
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
venv/
env/
ENV/

# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache/
*,cover
.tox/

# Development environments
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Documentation
docs/_build/

# Python
.Python
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg

# IDE
*.swp
*.swo
*~

# Logs
*.log
logs/

# Local development
.python-version
.env.local
.env.*.local

# OS specific
Thumbs.db