From 7ee3f966103e76dc5c04f7c5822c419ebe602c9b Mon Sep 17 00:00:00 2001 From: sharma-naman Date: Sat, 28 Apr 2018 14:32:08 +0530 Subject: [PATCH] bpo-33370: Add .mypy_cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 58f8bf72f2b9bd5..cb89d9be546a6d9 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ Tools/ssl/win32 .vs/ .vscode/ gmon.out +*.mypy_cache