Explorar el Código

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 hace 5 años
padre
commit
9627ac2173
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

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