From 38267b701b0cc0b1db8c6ce1cb43cf44917fe7e0 Mon Sep 17 00:00:00 2001 From: JordonPhillips Date: Thu, 1 Oct 2015 10:35:20 -0700 Subject: [PATCH] Added IDEA project files to the gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 084eb295ae..bee41a4b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ nosetests.xml venv env2 env3 + +# IntelliJ / PyCharm IDE +.idea/ \ No newline at end of file