From 04f93c98d22e91c925e6806213c009585b03c504 Mon Sep 17 00:00:00 2001 From: rngesus-wept <33389307+rngesus-wept@users.noreply.github.com> Date: Wed, 11 Apr 2018 18:45:53 -0400 Subject: [PATCH] [V3] Add .pytest_cache to .gitignore (#1520) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7691685ce..e762edec6 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,5 @@ ENV/ # mypy .mypy_cache/ +# pytest +.pytest_cache/