mirror of
https://github.com/OMGeeky/gitignore.git
synced 2025-12-29 07:35:37 +01:00
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.
This commit is contained in:
@@ -127,3 +127,6 @@ dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
# pytype static type analyzer
|
||||
.pytype/
|
||||
|
||||
Reference in New Issue
Block a user