chore(docker): update .dockerignore and .gitignore to include coverage and hypothesis files

This commit is contained in:
2026-01-02 20:06:05 -06:00
parent 5f32ae05f3
commit 8871010b97
2 changed files with 10 additions and 2 deletions

View File

@@ -73,4 +73,9 @@ telemetry_test_lxmf/
# Environment variables
.env
.env.local
.env.*.local
.env.*.local
.coverage
.hypothesis
.hypothesis/

5
.gitignore vendored
View File

@@ -73,4 +73,7 @@ Thumbs.db
.coverage
meshchat-config/
meshchat-config/
.hypothesis
.hypothesis/