.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