SURIAPRAKASH1 commited on
Commit
3c2377c
·
1 Parent(s): 97279d7

uv.lock & .python-version added to .gitignore. but it shouldn't be

Browse files
Files changed (1) hide show
  1. .gitignore +2 -2
.gitignore CHANGED
@@ -85,7 +85,7 @@ ipython_config.py
85
  # pyenv
86
  # For a library or package, you might want to ignore these files since the code is
87
  # intended to run in multiple environments; otherwise, check them in:
88
- # .python-version
89
 
90
  # pipenv
91
  # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -98,7 +98,7 @@ ipython_config.py
98
  # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
99
  # This is especially recommended for binary packages to ensure reproducibility, and is more
100
  # commonly ignored for libraries.
101
- # uv.lock
102
 
103
  # poetry
104
  # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
 
85
  # pyenv
86
  # For a library or package, you might want to ignore these files since the code is
87
  # intended to run in multiple environments; otherwise, check them in:
88
+ .python-version
89
 
90
  # pipenv
91
  # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
 
98
  # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
99
  # This is especially recommended for binary packages to ensure reproducibility, and is more
100
  # commonly ignored for libraries.
101
+ uv.lock
102
 
103
  # poetry
104
  # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.