.gitignore 280 B

12345678910111213141516171819202122
  1. # jupyter files
  2. **/.ipynb_checkpoints
  3. # tex files
  4. *.aux
  5. *.log
  6. *.nav
  7. *.out
  8. *.snm
  9. *.synctex.gz
  10. *.toc
  11. *.vrb
  12. # html files generated from notebooks
  13. *.html
  14. # project specific files
  15. my_first_neo_dataset.nix
  16. setup_file.nix
  17. hands_on_1-downsample.svg
  18. hands_on_1-overview.svg
  19. results.nix