From d8cfffeef9f3d1c42fe6789c89eb55931d50b9a2 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Tue, 20 Sep 2016 20:57:52 +0100 Subject: [PATCH] Ignore pycharm settings directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 81022b2..02cd516 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ __pycache__/ *.txt *.db +# pycharm +.idea/ + # Distribution / packaging .Python env/