Files
vllm/.gitignore
2023-04-30 15:42:17 +08:00

14 lines
102 B
Plaintext

**/*.pyc
**/__pycache__/
*.egg-info/
*.eggs/
*.so
*.log
*.csv
build/
*.pkl
*.png
**/log.txt
.vscode/