1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 10:48:11 +02: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:
Brad Solomon 2020-02-09 17:23:33 -05:00 committed by GitHub
parent 584ee18cc1
commit 9627ac2173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,3 +127,6 @@ dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/