From 1461c2cd941cfa6dc795c394217393e1afc7301e Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Wed, 20 Jun 2018 09:30:54 +0300 Subject: [PATCH] Add .pytest_cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4083619b..b8bff1ae 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__/ .cache/ .coverage +.pytest_cache *~