From bd4ebb3473764108daa92b308511be7e0a1b6948 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 6 Feb 2018 23:10:25 +0100 Subject: [PATCH] gitignore: Add pytest cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 90d1f051..67d40e90 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,6 @@ ENV/ # Visual Studio Code .vscode/ + +# Pytest +.pytest_cache