From de9414e376e6419ec8b7365dc4dbc2c967996c53 Mon Sep 17 00:00:00 2001 From: ruzin Date: Thu, 23 Jul 2026 20:41:37 +0100 Subject: [PATCH] chore: stop tracking stray config.json.lock An empty config.json.lock (a runtime lock from Python config writes) was accidentally committed in #401. Remove it and gitignore *.json.lock so it can't be re-added. --- config.json.lock | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 config.json.lock diff --git a/config.json.lock b/config.json.lock deleted file mode 100644 index e69de29b..00000000