From 6e6caa04f5a25fcda97e3870ed547e629cb2323d Mon Sep 17 00:00:00 2001 From: Dhruv chaudhary <89791120+Dumb00heavycoder@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:04:33 +0530 Subject: [PATCH] Fix typo in Python.gitignore for UV section --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index b3ec7d5e13..8f2b669435 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -95,7 +95,7 @@ ipython_config.py # install all needed dependencies. # Pipfile.lock -# UV +# uv # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries.