From 5571b422ed865375645a1cb7c523617fbdf955fe Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Tue, 27 Sep 2022 17:37:59 +0300 Subject: [PATCH] ignore PyCharm dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..bd6ad26 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# PyCharm +.idea/