From 8724c56d1a35af00012ab897782d1b8a33b28178 Mon Sep 17 00:00:00 2001 From: michalslowikowski00 Date: Tue, 24 Mar 2020 21:28:15 +0100 Subject: [PATCH] added pycharm files to python git ignore --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b6e47617de..aa1ca52a41 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -127,3 +127,7 @@ dmypy.json # Pyre type checker .pyre/ + +# PyCharm IDE +.idea/ +*.iml