feat: add 'dist' directory to .dockerignore and .gitignore for build artifact exclusion
This commit is contained in:
@@ -7,6 +7,7 @@ __pycache__
|
||||
.ruff_cache
|
||||
build
|
||||
data
|
||||
dist
|
||||
logs
|
||||
*.pyc
|
||||
.env
|
||||
|
||||
@@ -33,6 +33,7 @@ secrets/
|
||||
|
||||
# Local build artifacts
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Local database / runtime data
|
||||
data/*.duckdb
|
||||
|
||||
Reference in New Issue
Block a user