From 4194590fd8b7c54d9f8800a7cd840741853c7b39 Mon Sep 17 00:00:00 2001 From: donni-h <56559005+donni-h@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:31:18 +0200 Subject: [PATCH] Correct styling in Python.gitignore for 'uv' --- 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.