From 183c74d7583624ad2e9e748fb4091a2a46fd0fce Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 6 Feb 2018 10:45:00 -0500 Subject: [PATCH] Add .pytest_cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f1f27dc0..edcd4b2c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ test_module_build_service.db .ropeproject tests/test_module_build_service.db-journal *.swp +.pytest_cache/