From bc776141620803a57fc330edabc85389b1ce8b0a Mon Sep 17 00:00:00 2001 From: Manav Mandhani Date: Tue, 28 Jul 2015 15:23:02 -0500 Subject: [PATCH] Include ipython notebook checkpoints to gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a65d0466..4caad72d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -56,3 +56,6 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints