From e0123618ae692f8ab7275c5239d73054e46796c3 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Fri, 15 Dec 2017 11:17:39 +0000
Subject: [PATCH] Update .gitignore for mypy cache

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7a66dd1d2..d65fb6e8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,6 @@ wheels/
 .installed.cfg
 *.egg
 
+
+# Cache
+.mypy_cache/
\ No newline at end of file
-- 
GitLab