# Temp files
.DS_Store
*~
buck-out/

# Compiled files
.venv/
__pycache__/
.*cache/

# Distribution / packaging
/dist/

# Tests and coverage
/data/
/node_modules/

# docs
/docs/generated/
/docs/_build/

examples/*.png
*.pdf
paper/.snakemake/*
paper/plots/*
*.csv
*.npy
# Tutorial config with private dataset/model paths (keep out of git)
docs/examples/config.yml
