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