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 .ruff_cache
build build
data data
dist
logs logs
*.pyc *.pyc
.env .env
+1
View File
@@ -33,6 +33,7 @@ secrets/
# Local build artifacts # Local build artifacts
build/ build/
dist/
# Local database / runtime data # Local database / runtime data
data/*.duckdb data/*.duckdb