From bfe0b4bd2a4f8c7d2bcc0608556a91bdf5dd4566 Mon Sep 17 00:00:00 2001 From: Andrew Xia Date: Mon, 20 Oct 2025 17:37:44 -0700 Subject: [PATCH] [ez] add uv lock to gitignore (#27212) Signed-off-by: Andrew Xia Co-authored-by: Andrew Xia --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b1df673e83..ffa36dee1a 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,9 @@ ipython_config.py # generated files **/generated/** +# uv +uv.lock + # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: