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

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
*.egg-info/
.installed.cfg
*.whl
MANIFEST.in
release/

build
dist

htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/

.env
.venv
env/
venv/
ENV/
environment/
myenv/
*/.venv/
*/.env/

# Jupyter Notebook
.ipynb_checkpoints/

# JetBrains IDEs
.idea/
*.iws
*.ipr
*.iml
out/

# OS generated files
.DS_Store
Thumbs.db