From b96d5360a6fb81295a16e63f49665cfcee96f727 Mon Sep 17 00:00:00 2001 From: Jack Maney Date: Fri, 20 Jun 2014 13:44:09 -0500 Subject: [PATCH] Added IPython checkpoints Added `.ipynb_checkpoints` to the Python gitignore. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 087029a6..2eb61be1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -42,3 +42,6 @@ coverage.xml # Sphinx documentation docs/_build/ + +# IPython +.ipynb_checkpoints