From 2a8eefc3afd198324a39abb78a9e690c14b65ad5 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 5 Apr 2018 23:24:57 +0300 Subject: [PATCH] Add `.pytest_cache/` to `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 925f8dcd..6689369f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ +.pytest_cache/ .coverage .coverage.* .cache