From 551cfa9d719d921c03d8afb7daf584b6973db859 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 4 May 2018 15:53:51 +0200 Subject: [PATCH] Ignore Mypy cache Don't want to commit that accidentally after running tests. Contributes to issue CURA-5330. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c0cb27efe0..d991fedb73 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ CuraEngine.exe LC_MESSAGES .cache *.qmlc +.mypy_cache #MacOS .DS_Store