[96354c]: / .gitignore

Download this file

32 lines (25 with data), 257 Bytes

# Repository
results/
.DS_Store
tensorboard_logs/
*.pth
*.nii.gz
*.csv
*.png

# Caches
__pycache__/
.pytest_cache/

# Pycharm
.idea/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Jupyter Notebook
.ipynb_checkpoints

# builds
*.egg-info/