From 4b883a6add6fde4fea0709d5573b7bfee33c8a1a Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Tue, 6 Oct 2020 21:16:44 +0200 Subject: [PATCH] Ignore MyPy cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 69ed017..8fe7d07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /tmp/ /opt/bin/* /opt/* +.mypy_cache/ !/**/.gitkeep