# Python
__pycache__/
*.py[cod]
*$py.class

# Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Distribution / Packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environments
venv/
env/
.env
.venv/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/

# OS specific files
.DS_Store
Thumbs.db

# Byte-compiled / optimized / DLL files
*.pyc
*.pyd
