From: Ekin Dursun Date: Mon, 30 Apr 2018 19:10:45 +0000 (+0300) Subject: Add mypy cache to gitignore (GH-6614) X-Git-Tag: v3.8.0a1~1902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a49ca61d2f00941c304b2390af8a927bf1c4a77;p=python Add mypy cache to gitignore (GH-6614) --- diff --git a/.gitignore b/.gitignore index 58f8bf72f2..215d7f526f 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ Tools/ssl/win32 .vs/ .vscode/ gmon.out +.mypy_cache/