Fix nightly by updating .cache in dockerignore (#464)

This commit is contained in:
Remi
2024-10-07 11:35:35 +02:00
committed by GitHub
parent 1a343c3591
commit d5b669634a

View File

@@ -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