summaryrefslogtreecommitdiff
path: root/gitignore/community/Python/JupyterNotebooks.gitignore
blob: 7727feac78fa59db373c800344b43bfc2c399d1a (plain)
1
2
3
4
5
6
7
8
9
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Remove previous ipynb_checkpoints
#   git rm -r .ipynb_checkpoints/
#