summaryrefslogtreecommitdiffstats
path: root/options/gitignore/JupyterNotebooks
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--options/gitignore/JupyterNotebooks12
1 files changed, 12 insertions, 0 deletions
diff --git a/options/gitignore/JupyterNotebooks b/options/gitignore/JupyterNotebooks
new file mode 100644
index 0000000..f27f90d
--- /dev/null
+++ b/options/gitignore/JupyterNotebooks
@@ -0,0 +1,12 @@
+# 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/