From 78717054d7669b568d08931a88cf613c80a5fc5a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 17 Sep 2018 09:53:09 +0200 Subject: [PATCH] Ignore files created by tests --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 72808ccc..03e5268c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ tests/pylint/.pylint.d/ __pycache__/ .coverage pylint-log +.pytest_cache/