From f1289f5d88b43015470cc90180ece49667d43fc8 Mon Sep 17 00:00:00 2001 From: pohmelie Date: Sat, 27 Apr 2019 03:34:40 +0300 Subject: [PATCH] gitignore: add mypy_cache directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0542933..f855e00 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ .tox/ .pytest_cache/ +.mypy_cache/ dist/ build/ @@ -13,4 +14,4 @@ build/ *.wpu .coverage -htmlcov \ No newline at end of file +htmlcov