# Bytecodes and cache (Python)
__pycache__/
*.py[cod]
*$py.class
*.swp
*.old

# Jupyter Notebook
.ipynb_checkpoints

# Data and builds
.cache
data
build
models