# ignore model and data files
#*.pth
#*.npy
#*.pkl
cache/*
*.out
track_*
output/tensorboard_*/*

# ignore folder raw_data
raw_data/*
!raw_data/anton.csv
!raw_data/livia_mini.csv
!raw_data/livia_large.csv

# ignore pre-complied code
*.cpython-37.pyc
__pycache__/
*.py[cod]
*.pyc
*.DS_Store
.ipynb_checkpoints
.micromamba/
.vscode/

# ignore irrelevant files
legacy
papers
meeting_notes.md


# ignore workspace 
*.code-workspace
glucobench/


# PyCharm
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
#  and can be added to the global gitignore or merged into this file.  For a more nuclear
#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
