Skip to content

Commit

Permalink
submission2MICCAI2022
Browse files Browse the repository at this point in the history
  • Loading branch information
minority4u committed May 26, 2023
0 parents commit 196aea8
Show file tree
Hide file tree
Showing 76 changed files with 49,159 additions and 0 deletions.
114 changes: 114 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# exclude data, maybe exclude the directory with data/
*.npy
*.jpg
*.png
*.tiff
*.tif
*.dcm
*.nrrd
*.json
*.pdf
*.csv
reports/tensorboard_logs/*
models/*
*.h5
*tfevents*
exp/*
*jupyterlab-workspace

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# DotEnv configuration
.env

# Database
*.db
*.rdb

# Pycharm
.idea

# VS Code
.vscode/

# Spyder
.spyproject/

# Jupyter NB Checkpoints
.ipynb_checkpoints/

# Mac OS-specific storage files
.DS_Store
*.env

*.h
*.c

*.nii

*.mha

*.zip

logs/tfdbg2_logdir/

*.avi

*.mp4
Empty file added .root_dir
Empty file.
Loading

0 comments on commit 196aea8

Please sign in to comment.