diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-05-06 13:30:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-06 13:30:48 -0700 |
commit | 58c2abab2c6f84d5e1d4d31a5bc8e1c847cfa825 (patch) | |
tree | 87ad69ad9de5ac6de1e5c71efddeefc4616f949f /Python.gitignore | |
parent | c0c1a480a906df0e023f3250cf2ad82f1612be67 (diff) | |
download | gitignore-58c2abab2c6f84d5e1d4d31a5bc8e1c847cfa825.tar.gz gitignore-58c2abab2c6f84d5e1d4d31a5bc8e1c847cfa825.zip |
Ignore mypy's cache directory
Diffstat (limited to 'Python.gitignore')
-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/ |