From 30649ae4bb26cb96edeee25d52d421b0483d8573 Mon Sep 17 00:00:00 2001 From: otivm Date: Sun, 3 May 2026 14:40:48 +0000 Subject: [PATCH] chore: gitignore wal files and tessera inventory scripts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3c2c698..9e67b2d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ logs/ # SQLite databases — never commit data/*.sqlite3 data/staging_*.sqlite3 +*.sqlite3-shm +*.sqlite3-wal +benchmark_*.sh +data/tessera_*_inventory.txt