Files
llm-gguf-quant-template/.gitignore

31 lines
357 B
Plaintext

# 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