From e7fee62836c07e738c904e806925a83298983bbf Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Mon, 28 May 2018 16:56:14 +0300 Subject: [PATCH] Ignore .pytest_cache. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 74b71cd8..73450904 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ kombu/tests/coverage.xml dump.rdb .idea/ .cache/ +.pytest_cache/ htmlcov/ test.db coverage.xml