From 38bdbae6a31657832edbca8dcc1daf68534b80bb Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sat, 29 Jun 2024 16:40:10 +0400 Subject: [PATCH] Add reference to uv.lock file --- templates/Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/Python.gitignore b/templates/Python.gitignore index 68bc17f9..323b5f19 100644 --- a/templates/Python.gitignore +++ b/templates/Python.gitignore @@ -101,6 +101,13 @@ ipython_config.py # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock +# uv +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://github.com/astral-sh/uv/blob/af9c2e6/crates/uv/src/commands/project/lock.rs#L240-L243 +#uv.lock + # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. #pdm.lock