From cce21a5bee05b76a52fb4f5b7b13cdedca531e2c Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 2 Jul 2018 11:54:27 +0200 Subject: [PATCH] Add .pytest_cache/ directory to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f99867f73a..0b40b42f79 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ __pycache__/ # Test tool cache directories .tox/ .cache/ +.pytest_cache/