From fb422bb6a38b851f068dd7d3ccc04a4ab0258474 Mon Sep 17 00:00:00 2001 From: Don Reilly Date: Fri, 28 Feb 2014 22:02:28 -0600 Subject: [PATCH] Added PyCharm to Python.gitignore --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 76f2a469..2caf249a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -51,3 +51,5 @@ coverage.xml # Sphinx documentation docs/_build/ +# PyCharm +.idea