mirror of https://github.com/vllm-project/vllm
34 lines
345 B
Plaintext
34 lines
345 B
Plaintext
/.venv
|
|
/build
|
|
dist
|
|
vllm/*.so
|
|
|
|
# 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
|