# Ignore all hidden files and directories

/.*
/!.gitignore
/updateGit
**/.*
**/__pycache__/
**/.ipynb_checkpoints/

**/*.ckpt/
**/*.logs/
**/*.slurm/
**/*.old/
# /segment2D/iircheck

/reference_vols
/longitudinal_data
/outputs
# /DATASETS_AND_SAMPLES
**/runs[._]*/
/deprecated
# /reference_vols
**/runs[._]*/
/tmp
# Ignore any directory named "runs" at any depth
# runs/
# plots/
# scripts/
# del/

# sample_figs/
# sample_figs.save/

# dist/
# Figs/
# **/Figs[-_]*/

#/CheckThenDelete
# /dummy.ckpt
/*.png
/*.py
/*.sh
/*.ipynb
/*.txt

