Fix .dockerignore: don't exclude requirements.txt
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3ac1c5ad3d
commit
e0ed485098
|
|
@ -1,6 +1,6 @@
|
||||||
.git
|
.git
|
||||||
eval_results
|
eval_results
|
||||||
*.txt
|
nvda_output*.txt
|
||||||
docs
|
docs
|
||||||
uv.lock
|
uv.lock
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue