From d1a8cc90334c93fc1965b848f85a775aac047008 Mon Sep 17 00:00:00 2001 From: itlxrd Date: Sat, 9 May 2026 08:38:14 +0000 Subject: [PATCH] edit: update gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 82d4dcf..ca3e705 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,11 @@ # Test binary, built with `go test -c` *.test +# DB files +.db +.db-wal +.db-shm + # Code coverage profiles and other test artifacts *.out coverage.*