https://doi.org/10.5281/zenodo.15524390
.gitignore
# Mac File Management
.DS_Store
# IPython Notebook
.ipynb_checkpoints
# Python
__pycache__
*.egg-info
# R
.RData
.Rhistory
*.Rproj*
# Matlab
*.m~
.~lock.*
*.asv
# LaTex
*.sav
*.bak
*.aux
*.pdf
*.bbl
*.blg
*.log
*.out
*.spl
*.gz
*.ps
*.dvi
_region_.*
# vi
*.swp
# include pdfs from some folders
!/publications/*.pdf
!/figures/*.pdf
# VS code
.vscode
# screenshots
figures/screenshots/
figures/LGN_algorithm/
figures/Eidolon_algorithm/
# PowerPoint
*.pptx
# local install of environment
/venv/*
# fitted model files
/results/model_fits