Преглед изворни кода

Add .pyre directory for Pyre type checker

Pyre is a new type-checker for Python developed by facebook in May 2018.
https://pyre-check.org/

It makes .pyre directory for storing result or cache for type checking.
This directory is environment dependent. So it should be ignored from Git.
pull/2851/head
kitsuyui пре 5 година
родитељ
комит
e970e56c9f
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      Python.gitignore

+ 3
- 0
Python.gitignore Прегледај датотеку

@@ -109,3 +109,6 @@ venv.bak/
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

Loading…
Откажи
Сачувај