# Ignore all hidden files and directories

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

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

/updateGit

/shearletvit/FDSTViT3D.py

**/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

