From 0c99c13ef58dbf51384bbfdcee9a78da53816d2d Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 7 May 2018 23:50:09 +0200 Subject: [PATCH] add .pytest_cache to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b3bab47..1050a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ static/* !static/.keep .cache/ .coverage - +.pytest_cache