From e8c57e09b60daf406761398d2712ea3ba9277542 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 10 May 2020 18:29:29 -0700 Subject: [PATCH] More things to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 53605b7..634af83 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ venv .pytest_cache *.egg-info .DS_Store +.mypy_cache +.coverage +.schema +.vscode