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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64
parts/
sdist/
*.egg-info/
.installed.txt
pip-log.txt
Pipfile
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.nox
.coverate
.cache
nosetests.xml
coverage.xml
*.cover

# Environments
.env
.venv

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

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.temp
*.log
*.bak
*.orig
