From 790b1ee10e0b3bab65b58435dffb9c9450adc2be 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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c845f32..5ce9c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ *.egg-info/ .pytest_cache/ booth-data/ +uv.lock