소스 검색

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.
pull/3275/head^2
Brad Solomon 4 년 전
부모
커밋
9627ac2173
No account linked to committer's email address
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/

Loading…
취소
저장