From 736bd9bb1163e352cba3da7c2c6a0b54c4155a52 Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Tue, 2 Sep 2025 12:29:01 -0600 Subject: [PATCH] ignore the uv.lock file for now --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b2e04b2..0de38f5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ Vagrantfile venv .eggs .cache + +# no uv lockfile until this is fixed: +# https://github.com/astral-sh/uv/issues/10845 +uv.lock