From af3191f853c64dffd50b18dd56954627e9eab830 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 29 Dec 2024 22:44:46 +0500 Subject: [PATCH] Update gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index b0f3c848..2d29f388 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,12 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# 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. +#uv.lock + # poetry # 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 @@ -161,6 +167,9 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# PyPI configuration file +.pypirc + ################################################################## # The content above is copied from # # https://github.com/github/gitignore/blob/main/Python.gitignore #