# Python
.env
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
env/
ENV/
.venv/
.env/

# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
*~

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

# Documentation
docs/_build/
site/

# Jupyter Notebook
.ipynb_checkpoints

# macOS
.DS_Store

# Windows
Thumbs.db

*.pyc
**/__pycache__/*


tests/__pycache__/*

notes.txt