1
0
mirror of https://github.com/github/gitignore synced 2024-09-22 07:41:45 +02:00

add template for Jupyter Notebooks

Co-Authored-By: Lin Kao-Yuan <mosdeo@gmail.com>
This commit is contained in:
Brendan Forster 2018-11-22 17:14:54 -04:00
parent 2ee0576b39
commit db803b4c87

View File

@ -0,0 +1,9 @@
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
#