# Python
__pycache__/
*.pyc

# Jupyter
.ipynb_checkpoints/

# Notebook output figures written to the working directory at run time
notebooks/figures/
notebooks/*.pdf
notebooks/*.mp4
notebooks/*.png

# OS / editor
.DS_Store
Thumbs.db
