From f2b9aa4527f853f695a0edb6b4afb58b892fc7a3 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 19 Jun 2018 10:50:23 -0400 Subject: [PATCH] Add pytest cache files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a02b0b3cf..81091fdc1 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ build/ .vscode *.iml .DS_Store +.pytest_cache/v/cache/lastfailed +.pytest_cache/v/cache/nodeids