From 4a6504b218b255f5d90b2f1a885228f0cc23a49a Mon Sep 17 00:00:00 2001 From: Ana Iglesias Date: Tue, 9 May 2023 16:36:41 +0200 Subject: [PATCH] gitignore fixed --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 56a893f..6800814 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .idea/ *__pycache__* node_modules +.mypy_cache