feat: add 'dist' directory to .dockerignore and .gitignore for build artifact exclusion

This commit is contained in:
2026-06-04 19:04:18 +02:00
parent 83f2064fa9
commit 7d18bdf316
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ __pycache__
.ruff_cache
build
data
dist
logs
*.pyc
.env
+1
View File
@@ -33,6 +33,7 @@ secrets/
# Local build artifacts
build/
dist/
# Local database / runtime data
data/*.duckdb