1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 18:58:13 +02:00

Merge pull request #2371 from brettcannon/patch-1

Ignore mypy's cache directory
This commit is contained in:
Brendan Forster 2017-05-07 11:55:17 +10:00 committed by GitHub
commit df6a05e299

View File

@ -96,3 +96,6 @@ ENV/
# mkdocs documentation
/site
# mypy
.mypy_cache/