From 70f3daf8df66b9f11bef3ca580616c7b11b89396 Mon Sep 17 00:00:00 2001 From: "Vanya A. Sergeev" Date: Sat, 31 Mar 2018 19:54:44 -0500 Subject: [PATCH] add .pytest_cache/ to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index be2b6a6..2b225f4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ dist/ *.swp .tox/ .cache/ +.pytest_cache/