From 8fe6e4856e1a01e2013b8ab45d9caafade3c1188 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Thu, 20 Dec 2018 11:43:23 -0800 Subject: [PATCH] Gitignore mypy cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 883ec37..15cb6c8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ settings.json # Django and Python *.py[cod] .pytest_cache/* +*/.mypy_cache/*