Add vllm-env/ to .gitignore (virtual environment should not be committed)

This commit is contained in:
Tanya 2026-02-17 14:23:24 -05:00
parent f1e95626f8
commit 216c9f5039

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ docs/
*.pywz
*.pyzz
.venv/
vllm-env/
__pycache__/
poetry.lock
.pytest_cache/