Browse Source

Merge pull request #2851 from kitsuyui/add-pyre-directory

Add .pyre directory for Pyre type checker
Brendan Forster 6 years ago
parent
commit
32c358b0af
1 changed files with 3 additions and 0 deletions
  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/