From a9f9560f76aa47c525c46ef95a761ad23868b833 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 31 Oct 2025 12:44:56 -0400 Subject: [PATCH] fix: add jobs.db to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 150ebf6..9f9b160 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ dmypy.json # Git worktrees .worktrees/ +data/jobs.db