From 5f2f968721799187493d75b35a3117253ef4fec7 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Wed, 3 Jun 2026 18:48:11 +0200 Subject: [PATCH] feat: update .gitignore and .dockerignore to include build artifacts --- .dockerignore | 1 + .gitignore | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.dockerignore b/.dockerignore index 6896649..2f37766 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,6 +5,7 @@ __pycache__ .pytest_cache .mypy_cache .ruff_cache +build data logs *.pyc diff --git a/.gitignore b/.gitignore index 85866d7..c354a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,9 @@ Thumbs.db !.env.example secrets/ +# Local build artifacts +build/ + # Local database / runtime data data/*.duckdb data/*.duckdb.wal