From 624895620aa253c076bc021b520e91d20b51d7c9 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 24 Feb 2018 08:23:12 -0800 Subject: [PATCH] ignore pytest cache --- .gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 231c0873..04b039bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,19 +3,20 @@ .flaskenv *.pyc *.pyo -env +env/ env* -dist -build +dist/ +build/ *.egg -*.egg-info +*.egg-info/ _mailinglist -.tox +.tox/ .cache/ +.pytest_cache/ .idea/ # Coverage reports -htmlcov +htmlcov/ .coverage .coverage.* *,cover