From: Mark Hansen Date: Sun, 31 May 2020 11:33:16 +0000 (+1000) Subject: Ignore mypy Python typechecking directory. X-Git-Tag: 2.44.1~46^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48fb52e3f9503ad730e55f776f3e0b68ccdbf378;p=graphviz Ignore mypy Python typechecking directory. --- diff --git a/.gitignore b/.gitignore index 53716aade..9a8b14fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -267,3 +267,6 @@ lib/color_lib # Xcode User Files **/xcuserdata/** + +# Python typechecking cache (MyPy) +.mypy_cache/