mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
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.
This commit is contained in:
parent
45dca6a859
commit
e970e56c9f
1 changed files with 3 additions and 0 deletions
|
@ -109,3 +109,6 @@ venv.bak/
|
|||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
|
Loading…
Add table
Reference in a new issue