From a10932ea5a220f5f2c23d7304929f921b9794b8e Mon Sep 17 00:00:00 2001 From: p3ngu1nZz Date: Wed, 29 Jan 2025 08:02:54 -0500 Subject: [PATCH] Update .gitignore to reflect changes for UV lockfile handling Enhanced .gitignore to align with the updated lockfile handling instructions. --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index c7fb09ab..85f16fce 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -86,7 +86,7 @@ ipython_config.py # Similar to Pipfile.lock and poetry.lock, it is recommended to include `.uv.lock` in version control. # This ensures reproducibility, especially for binary packages. However, for libraries or packages that run in multiple environments, # you might prefer to ignore this file and check it in only if necessary. -# .uv.lock +# uv.lock # pyenv # For a library or package, you might want to ignore these files since the code is