From bc801456c4362a113af1df9b1d6b2440c4e42194 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Thu, 29 Sep 2022 21:42:39 +0300 Subject: [PATCH] Ignore idea IDEs dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b6e4761..7ed07d0 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ dmypy.json # Pyre type checker .pyre/ +.idea/