mirror of
https://github.com/vllm-project/vllm.git
synced 2026-06-06 00:16:14 +00:00
87954eb50e
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
43 lines
479 B
Plaintext
43 lines
479 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/
|
|
# Not needed in Docker builds
|
|
docs/
|
|
.github/
|
|
.pre-commit-config.yaml
|
|
.clang-format
|
|
.gitattributes
|
|
format.sh
|