diff options
author | Brendan Forster <github@brendanforster.com> | 2017-05-07 11:55:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-07 11:55:17 +1000 |
commit | df6a05e29979079fcb5d602b4dc260f34383eb92 (patch) | |
tree | 87ad69ad9de5ac6de1e5c71efddeefc4616f949f | |
parent | c0c1a480a906df0e023f3250cf2ad82f1612be67 (diff) | |
parent | 58c2abab2c6f84d5e1d4d31a5bc8e1c847cfa825 (diff) | |
download | gitignore-df6a05e29979079fcb5d602b4dc260f34383eb92.tar.gz gitignore-df6a05e29979079fcb5d602b4dc260f34383eb92.zip |
Merge pull request #2371 from brettcannon/patch-1
Ignore mypy's cache directory
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index fdad5c7c..768d5f40 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -96,3 +96,6 @@ ENV/ # mkdocs documentation /site + +# mypy +.mypy_cache/ |