From 364e7a85e11c5ea0a70098bb94906b3f4cb939e8 Mon Sep 17 00:00:00 2001 From: Michal Pasternak Date: Wed, 8 Jan 2014 10:34:54 +0100 Subject: [PATCH] This ignores a directory with project files from PyCharm IDE, , information about directory here . --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 50a87264..2e9fd7bb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -49,3 +49,5 @@ coverage.xml # Sphinx documentation docs/_build/ +# PyCharm +.idea