From 691a8a1c40f8f1357c09e8f2ac885865bbad6a5e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 30 Sep 2025 16:52:59 -0700 Subject: add new sqlite persistent storage creation and migration --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9d7d2ab..9037223 100644 --- a/.gitignore +++ b/.gitignore @@ -173,4 +173,6 @@ cython_debug/ news tl_cache.json wac_result_cache.json -summarization_cache.json \ No newline at end of file +summarization_cache.json +*.bak +*.db -- cgit v1.2.3