From 1ea3182f827db7c038ac20089437a6202eec02c0 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 21 Aug 2019 13:11:06 -0700 Subject: add pytest_cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b408190..f87f562 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .mypy_cache/ +.pytest_cache/ /.project /.pydevproject /.settings -- cgit v1.1