From d5b669634ae71e5a76679b976d9cc8031dcea0b5 Mon Sep 17 00:00:00 2001 From: Remi Date: Mon, 7 Oct 2024 11:35:35 +0200 Subject: [PATCH] Fix nightly by updating .cache in dockerignore (#464) --- .dockerignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 70180795..b8c1be15 100644 --- a/.dockerignore +++ b/.dockerignore @@ -65,7 +65,6 @@ htmlcov/ .nox/ .coverage .coverage.* -.cache nosetests.xml coverage.xml *.cover @@ -73,6 +72,11 @@ coverage.xml .hypothesis/ .pytest_cache/ +# Ignore .cache except calibration +.cache/* +!.cache/calibration/ +!.cache/calibration/** + # Translations *.mo *.pot