ソースを参照

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
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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/

読み込み中…
キャンセル
保存