Last active
January 25, 2022 19:58
-
-
Save gvvynplaine/e748dbcc787cae81ff2e6b88a4a9fa9e to your computer and use it in GitHub Desktop.
jupyter notebook gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment