.gitignore 157 B

123456789
  1. __pycache__/
  2. *.py[cod]
  3. .ipynb_checkpoints/
  4. *_executed.ipynb
  5. # Private clinical input data (results remain publishable separately)
  6. *.mat
  7. .DS_Store
  8. Thumbs.db