From efbae9689c394d0008124cc30fbfa82468fc7941 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 31 Oct 2020 16:16:28 +0100 Subject: [PATCH] ignore .idea --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 13d1490..0ea77e8 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,5 @@ dmypy.json # Pyre type checker .pyre/ +# Pycharm +.idea/