# Python
__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 Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE - VSCode
.vscode/
*.code-workspace
.history

# IDE - PyCharm
.idea/
*.iml
*.iws
.idea_modules/

# IDE - Jupyter Notebook
.ipynb_checkpoints

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

# Misc
.DS_Store
*.log
*.swp
.mypy_cache/
.pyre/
.pytype/ 