JupyterNotebooks.gitignore 190 B

123456789
  1. # gitignore template for Jupyter Notebooks
  2. # website: http://jupyter.org/
  3. .ipynb_checkpoints
  4. */.ipynb_checkpoints/*
  5. # Remove previous ipynb_checkpoints
  6. # git rm -r .ipynb_checkpoints/
  7. #