From 348c5c12a2bfb6ed886b84b16ed13166da1fbf14 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Mon, 3 Aug 2026 13:06:02 -0700 Subject: [PATCH] chore(booth): gitignore uv.lock (stray artifact from uv run; booth tracks no lockfile) --- services/booth/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/services/booth/.gitignore b/services/booth/.gitignore index c845f32..5ce9c8b 100644 --- a/services/booth/.gitignore +++ b/services/booth/.gitignore @@ -4,3 +4,4 @@ __pycache__/ *.egg-info/ .pytest_cache/ booth-data/ +uv.lock