feat: update .gitignore and .dockerignore to include build artifacts

This commit is contained in:
2026-06-03 18:48:11 +02:00
parent 87dd655f08
commit 5f2f968721
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ __pycache__
.pytest_cache .pytest_cache
.mypy_cache .mypy_cache
.ruff_cache .ruff_cache
build
data data
logs logs
*.pyc *.pyc
+3
View File
@@ -31,6 +31,9 @@ Thumbs.db
!.env.example !.env.example
secrets/ secrets/
# Local build artifacts
build/
# Local database / runtime data # Local database / runtime data
data/*.duckdb data/*.duckdb
data/*.duckdb.wal data/*.duckdb.wal