diff --git a/Python.gitignore b/Python.gitignore index b6e4761..5d8f572 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# pytype static type analyzer +.pytype/