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

# Packaging
build/
dist/
*.egg-info/

# Envs
.venv/
venv/

# Jupyter
.ipynb_checkpoints

# OS cruft
.DS_Store
Thumbs.db
