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/ + +