aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2018-10-31 16:37:57 +0000
committerGravatar jesopo2018-10-31 16:37:57 +0000
commitbc7a00bd4d3288594fdca8c4e6d7176f36208290 (patch)
treed11969cdd3c98cf54c83830f5db39f8c6a0928d7
parentimgur url hashids aren't always 7 characters (diff)
signature
Add '.mypy_cache/' to .gitignore
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 196cde32..d9de9e9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class
+# linters
+.mypy_cache/
+
# Installer logs
pip-log.txt
pip-delete-this-directory.txt