.gitignore 527 B

12345678910111213141516171819202122232425
  1. # Created by https://www.gitignore.io/api/libreoffice,jupyternotebooks
  2. # Edit at https://www.gitignore.io/?templates=libreoffice,jupyternotebooks
  3. ### JupyterNotebooks ###
  4. # gitignore template for Jupyter Notebooks
  5. # website: http://jupyter.org/
  6. .ipynb_checkpoints
  7. */.ipynb_checkpoints/*
  8. # IPython
  9. profile_default/
  10. ipython_config.py
  11. # Remove previous ipynb_checkpoints
  12. # git rm -r .ipynb_checkpoints/
  13. ### LibreOffice ###
  14. # LibreOffice locks
  15. .~lock.*#
  16. # End of https://www.gitignore.io/api/libreoffice,jupyternotebooks