JupyterNotebooks.gitignore 234 字节
Newer Older
1 2 3 4 5 6
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

7 8 9 10
# IPython
profile_default/
ipython_config.py

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