From deebadef075cf1e3f2a08b5d06df1db1e0828cd9 Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 6 May 2014 14:47:52 -0400 Subject: [PATCH] added gitignore for IPython notebooks --- Global/IPython.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/IPython.gitignore diff --git a/Global/IPython.gitignore b/Global/IPython.gitignore new file mode 100644 index 00000000..155985e2 --- /dev/null +++ b/Global/IPython.gitignore @@ -0,0 +1,4 @@ +# Temporary data +.ipynb_checkpoints/ + +