From 74ff43c38674bf8864c0e44a26ca9edaa20bcdbd Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Thu, 17 Oct 2019 21:59:46 -0500 Subject: [PATCH] Update gitignore: add vscode, pytest/mypy cache (#1169) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 2e7b2fe..5d7cabe 100644 --- a/.gitignore +++ b/.gitignore @@ -37,15 +37,22 @@ coverage.xml # Sphinx documentation doc/_build/ +.buildinfo # Jupyter Notebook .ipynb_checkpoints +# pytest +.pytest_cache + +.mypy_cache + # projects .spyderproject .spyproject .idea .ropeproject +.vscode *.py~ .DS_Store