chore: bootstrap reusable quantization template workspace
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user