From ff6b3c0d89e2565b5ca6d7ec81c59ee754207d29 Mon Sep 17 00:00:00 2001 From: agessaman Date: Thu, 30 Jul 2026 10:52:34 -0700 Subject: [PATCH] chore(.gitignore): add aqi_http_cache.sqlite to ignore list - Updated .gitignore to include aqi_http_cache.sqlite, ensuring that this SQLite cache file is not tracked by Git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4912d10..26a5a2a 100644 --- a/.gitignore +++ b/.gitignore @@ -188,3 +188,4 @@ local/service_plugins/* # Local debugging scratch (captured configs and logs — may contain real settings) _debug/ +aqi_http_cache.sqlite