Skip to content

Commit e970e56

Browse files
committed
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.
1 parent 45dca6a commit e970e56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,6 @@ venv.bak/
109109
.mypy_cache/
110110
.dmypy.json
111111
dmypy.json
112+
113+
# Pyre type checker
114+
.pyre/

0 commit comments

Comments
 (0)