Skip to content

Commit

Permalink
Add .pyre directory for Pyre type checker
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kitsuyui committed Oct 23, 2018
1 parent 45dca6a commit e970e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ venv.bak/
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

0 comments on commit e970e56

Please sign in to comment.