From bc483ee9df9b453e20fb62729b6fd3e03a9ae10c Mon Sep 17 00:00:00 2001 From: Midgard <2885-Midgard@users.noreply.framagit.org> Date: Thu, 13 Jun 2019 19:18:16 +0200 Subject: [PATCH] [gitignore] Add .mypy_cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2188dd7..f1269b9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ nvim/plug nvim/**/.* **/secrets.sh i3/background + +.mypy_cache/