Explorar o código

add template for Jupyter Notebooks

Co-Authored-By: Lin Kao-Yuan <mosdeo@gmail.com>
Brendan Forster %!s(int64=6) %!d(string=hai) anos
pai
achega
db803b4c87
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      community/Python/JupyterNotebooks.gitignore

+ 9 - 0
community/Python/JupyterNotebooks.gitignore

@@ -0,0 +1,9 @@
+# gitignore template for Jupyter Notebooks
+# website: http://jupyter.org/
+
+.ipynb_checkpoints
+*/.ipynb_checkpoints/*
+
+# Remove previous ipynb_checkpoints
+#   git rm -r .ipynb_checkpoints/
+#