29 lines
231 B
Plaintext
29 lines
231 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
|
|
# Model files (太大不提交)
|
|
*.bin
|
|
*.safetensors
|
|
*.gguf
|
|
*.pt
|
|
*.pth
|
|
*.onnx
|
|
vsp/qwen3.5-9b/model/
|
|
|
|
# Env
|
|
.env
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|