Daryl Lim Claude Opus 4.6 (1M context) commited on
Commit
ffd953a
·
1 Parent(s): 91a5841

chore: add uv.lock to gitignore

Browse files

Prevent accidental commits of lockfile since requirements.txt is the
single dependency source for HF Spaces.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. .gitignore +1 -0
.gitignore CHANGED
@@ -2,6 +2,7 @@
2
  __pycache__/
3
  *.pyc
4
  .venv/
 
5
 
6
  # Testing
7
  .pytest_cache/
 
2
  __pycache__/
3
  *.pyc
4
  .venv/
5
+ uv.lock
6
 
7
  # Testing
8
  .pytest_cache/