From 2885938e74b7a3daa1cbce56114419db54166118 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 4 Mar 2018 16:48:41 +0100 Subject: [PATCH] Add pytest cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec2920f1..ada8cd6b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ jedi.egg-info/ record.json /.cache/ +/.pytest_cache