Skip to content

Commit 9627ac2

Browse files
authored
Ignore .pytype/ directory (#3301)
pytype is a static type analyzer for Python code; it generates files of inferred type information, located by default in .pytype/pyi.
1 parent 584ee18 commit 9627ac2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# pytype static type analyzer
132+
.pytype/

0 commit comments

Comments
 (0)