From 5a49ca61d2f00941c304b2390af8a927bf1c4a77 Mon Sep 17 00:00:00 2001 From: Ekin Dursun Date: Mon, 30 Apr 2018 22:10:45 +0300 Subject: [PATCH] Add mypy cache to gitignore (GH-6614) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 58f8bf72f2b9..215d7f526f46 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ Tools/ssl/win32 .vs/ .vscode/ gmon.out +.mypy_cache/