diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-30 16:52:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-30 16:53:19 -0700 |
| commit | 691a8a1c40f8f1357c09e8f2ac885865bbad6a5e (patch) | |
| tree | a16c32496afdefc1f159811cfde80849b8a97a40 /.gitignore | |
| parent | e81d5213da85cad3bd1b8bb5b10e3871c03f6ba9 (diff) | |
add new sqlite persistent storage creation and migration
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
