1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 03:08:12 +02:00
gitignore/community/Python/JupyterNotebooks.gitignore

10 lines
190 B
Plaintext
Raw Normal View History

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