From 7814daec5c74c21f5db5669b46fa1c5b22411a4d Mon Sep 17 00:00:00 2001 From: George Lacey Date: Thu, 21 Sep 2017 15:22:52 +0100 Subject: [PATCH] Ignore pycharm directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7bbc71c..c7095e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# ide +.idea + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]