# MacOS
.DS_Store

# Python
*.pyc
__pycache__/
dist/
build/
*.egg-info/

# Experiments
tmp/

# Jupyter notebook
.ipynb_checkpoints/
