瀏覽代碼

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.
Brad Solomon 5 年之前
父節點
當前提交
9627ac2173
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

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