[object Object]

← back to Paul Conrad Archive

Ignore SQLite WAL/SHM sidecar files

9144a7ea19dd775ade80d268c0d8a37625488d53 · 2026-09-24 16:48:09 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 9144a7ea19dd775ade80d268c0d8a37625488d53
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 24 16:48:09 2026 -0700

    Ignore SQLite WAL/SHM sidecar files
    
    Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
---
 .gitignore         |   2 ++
 data/conrad.db-shm | Bin 32768 -> 0 bytes
 data/conrad.db-wal |   0
 3 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 122ebca..1ac09fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ __pycache__/
 data/cache/
 .pytest_cache/
 *.egg-info/
+*.db-wal
+*.db-shm
diff --git a/data/conrad.db-shm b/data/conrad.db-shm
deleted file mode 100644
index fe9ac28..0000000
Binary files a/data/conrad.db-shm and /dev/null differ
diff --git a/data/conrad.db-wal b/data/conrad.db-wal
deleted file mode 100644
index e69de29..0000000

← 0441366 Search index, cross-year duplicate review, README, Huntingto  ·  back to Paul Conrad Archive  ·  Add acquisition_method provenance field: idempotent migratio 88b34d2 →