From bf66cb527f4a30c98f4d0ac844b46c21c594490b Mon Sep 17 00:00:00 2001 From: Mike Goodspeed Date: Fri, 3 May 2013 12:47:25 -0500 Subject: [PATCH] Add PyCharm support for Python The rest of the files in .idea can be committed without worry. --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index ded60678..fec2aade 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -34,3 +34,7 @@ nosetests.xml .mr.developer.cfg .project .pydevproject + +# PyCharm +.idea/misc.xml +.idea/workspace.xml