sparkle/.gitignore
fiser_jun 4745f264b2
2026-08-04 14:34:00 +08:00

41 lines
585 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.venv/
__pycache__/
*.pyc
.pytest_cache/
.worktrees/
*.gputrace/
# 模型权重本地放置(仅提交 models/README.md
models/**
!models/README.md
*.safetensors
/experts/
# CMake 缓存
native/ext/build/
# 日志与一次性产物
logs/
*.log
*.bak
benchmarks/reports/*.json
/dl_*.sh
/dl_*.log
/build_*.sh
/build_*.log
/extract_mtp.log
/dl_model.py
# 根目录校验脚本(非运行时)
/verify_*.py
# 本地可留、不入库
mlx_streaming/tests/
mlx_streaming/tools/
benchmarks/*.py
.DS_Store
# 本地可留、不入库
/性能优化与选型*.md
/8bit*.md
/演示*.md