From ccc10923d92e579066a76ff0bdd67bab3c080e12 Mon Sep 17 00:00:00 2001 From: Bu5hm4nn Date: Tue, 7 Apr 2026 10:13:58 +0200 Subject: [PATCH] chore: ignore local cache artifacts and uv lockfile --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 10c19a3..7f195ec 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ data/strategy_templates.json tests/artifacts/ secrets/ .workspaces/ +.cache/ +uv.lock