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 #