]> source.dussan.org Git - gitignore.git/commitdiff
Ignore .pytype/ directory (#3301)
authorBrad Solomon <brad.solomon.1124@gmail.com>
Sun, 9 Feb 2020 22:23:33 +0000 (17:23 -0500)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2020 22:23:33 +0000 (18:23 -0400)
pytype is a static type analyzer for Python code;
it generates files of inferred type information,
located by default in .pytype/pyi.

Python.gitignore

index b6e47617de110dea7ca47e087ff1347cc2646eda..5d8f5722e4695114c3e4899efead074958567806 100644 (file)
@@ -127,3 +127,6 @@ dmypy.json
 
 # Pyre type checker
 .pyre/
+
+# pytype static type analyzer
+.pytype/