Update gitignore

This commit is contained in:
Ayaz Salikhov
2024-12-29 22:44:46 +05:00
parent c11078452b
commit af3191f853

9
.gitignore vendored
View File

@@ -94,6 +94,12 @@ ipython_config.py
# install all needed dependencies. # install all needed dependencies.
#Pipfile.lock #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 # poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # 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 # 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. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# PyPI configuration file
.pypirc
################################################################## ##################################################################
# The content above is copied from # # The content above is copied from #
# https://github.com/github/gitignore/blob/main/Python.gitignore # # https://github.com/github/gitignore/blob/main/Python.gitignore #