1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
gitignore/community/Python/JupyterNotebooks.gitignore
Brendan Forster db803b4c87 add template for Jupyter Notebooks
Co-Authored-By: Lin Kao-Yuan <mosdeo@gmail.com>
2018-11-22 17:14:54 -04:00

10 lines
190 B
Plaintext

# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
#