From 5a616ee980ae2cc9d42f8d0221420ad9eed4b2e0 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Tue, 6 Jun 2017 22:44:22 +0100 Subject: [PATCH] Add the pytest .cache/ directory to .gitignore For example, when a pytest run fails, it saves failure metadata to: `.cache/v/cache/lastfailed` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b2abf8c2..19ebfd79 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ nosetests.xml junit-report.xml pylint.txt toy.py +.cache/ cover/ build/ docs/_build