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