# Python
__pycache__/
*.pyc
.venv/

# Jupyter
.ipynb_checkpoints/

# Data
/data/raw/
/data/processed/

# Secrets
.env

# OS
.DS_Store
