From c5a4dd903732cff60c9ecf2a7970d473ec1ca0f8 Mon Sep 17 00:00:00 2001 From: Sebastian Rahlf Date: Thu, 18 Apr 2013 12:04:23 +0300 Subject: [PATCH] Ignore PyCharm settings --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index ded60678..1a1f52ac 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -34,3 +34,6 @@ nosetests.xml .mr.developer.cfg .project .pydevproject + +# PyCharm +.idea