.gitignore 199 B

123456789101112
  1. # Ignore archaic data folders
  2. model_recovery/
  3. issue_005/
  4. # Ignore temmp files
  5. **._*
  6. # Ignore macOS files
  7. **.DS_*
  8. # Ignore temp files that don't get deleted when notebook rendering fails
  9. **_files/