From a68e496c3cfdf54fb61064ae538f6aa3153b6bdd Mon Sep 17 00:00:00 2001 From: Michael Gruber Date: Sat, 14 Jun 2014 22:43:49 +0200 Subject: [PATCH] Ignoring IDE project files and PyBuilder's target --- Python.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 087029a6..741f6d43 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -42,3 +42,15 @@ coverage.xml # Sphinx documentation docs/_build/ + +# PyCharm IDE +.idea + +# Eclipse / PyDev IDE +.project +.pydevproject + +# PyBuilder +target/ + +