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