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 *.pywz
*.pyzz *.pyzz
.venv/ .venv/
vllm-env/
__pycache__/ __pycache__/
poetry.lock poetry.lock
.pytest_cache/ .pytest_cache/