chore: bootstrap reusable quantization template workspace

This commit is contained in:
2026-03-02 23:07:48 +08:00
commit 1c5822d16b
15 changed files with 167197 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Python / env
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
# Local scratch
.trash/
*.log
# Model weights and large artifacts
*.gguf
*.safetensors
*.safetensors.index.json
*.bin
*.pt
*.pth
*.ckpt
*.onnx
# Hugging Face / cache-like folders
.cache/
# Keep publish metadata, ignore heavy files in publish folder
modelscope_upload/*.gguf
# OS
.DS_Store
Thumbs.db