You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
234 B
13 lines
234 B
5 years ago
|
# gitignore template for Jupyter Notebooks
|
||
|
# website: http://jupyter.org/
|
||
|
|
||
|
.ipynb_checkpoints
|
||
|
*/.ipynb_checkpoints/*
|
||
|
|
||
|
# IPython
|
||
|
profile_default/
|
||
|
ipython_config.py
|
||
|
|
||
|
# Remove previous ipynb_checkpoints
|
||
|
# git rm -r .ipynb_checkpoints/
|