mirror of
https://github.com/vllm-project/vllm.git
synced 2026-06-06 00:16:14 +00:00
f2ace1d57d
Signed-off-by: Nick Hill <nickhill123@gmail.com> Signed-off-by: Bugen Zhao <i@bugenzhao.com> Co-authored-by: Bugen Zhao <i@bugenzhao.com>
36 lines
371 B
Plaintext
36 lines
371 B
Plaintext
/.venv
|
|
/build
|
|
dist
|
|
vllm/*.so
|
|
vllm/vllm-rs
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
.mypy_cache
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
/build/
|
|
cmake-build-*/
|
|
CMakeUserPresets.json
|
|
develop-eggs/
|
|
/dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
rust/target/
|