From e8d209645e4874f98a1d6d9818560d2ccc84b7d5 Mon Sep 17 00:00:00 2001 From: Teo Ruiz Date: Sun, 24 Mar 2013 20:32:18 +0000 Subject: [PATCH] Adding .idea (PyCharm) for Python projects --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index ded60678..1caedfef 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -34,3 +34,6 @@ nosetests.xml .mr.developer.cfg .project .pydevproject + +# PyCharm from JetBrains +.idea \ No newline at end of file