From 96e503513447809de82ceabed1bf55696eff90e3 Mon Sep 17 00:00:00 2001 From: Ekin Dursun Date: Fri, 27 Apr 2018 02:28:11 +0300 Subject: [PATCH] Add mypy cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 58f8bf72f2b9bd5..215d7f526f465c9 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ Tools/ssl/win32 .vs/ .vscode/ gmon.out +.mypy_cache/