46 lines
601 B
Plaintext
46 lines
601 B
Plaintext
# Python / env
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Caches / temp
|
|
.cache/
|
|
.trash/
|
|
*.log
|
|
|
|
# Large model files
|
|
*.gguf
|
|
*.safetensors
|
|
*.safetensors.index.json
|
|
*.bin
|
|
*.pt
|
|
*.pth
|
|
*.ckpt
|
|
*.onnx
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# Root artifacts workspace
|
|
/artifacts/
|
|
|
|
# Example artifacts: keep directory skeleton only
|
|
examples/*/artifacts/*
|
|
!examples/*/artifacts/.gitkeep
|
|
|
|
# Keep modelscope metadata, ignore heavy artifacts in publish dir
|
|
modelscope_upload/*.gguf
|
|
modelscope_upload/*.safetensors
|
|
modelscope_upload/*.bin
|
|
modelscope_upload/*.pt
|
|
modelscope_upload/*.dat
|
|
|
|
# Tools
|
|
.pixi/
|
|
ik_llama.cpp/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|