# Ignore all hidden files and directories

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

waveletvit/DWTSelfAttentionND.py
waveletvit/WaveletViTND.py
# **/*.ckpt/
# **/*.logs/
# **/*.slurm/
# **/*.old/
# /segment2D/iircheck

/updateGit
/dist

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

