init: 项目初始化,添加 .gitignore 和 README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user