# Rust /target/ **/target/ *.rs.bk Cargo.lock # OS .DS_Store Thumbs.db # IDE .idea/ .vscode/ *.swp *.swo *~ # 模型文件 (大文件,建议单独下载) models/*.onnx models/*.ort # 日志 *.log logs/ # 测试数据 test_recordings/ test_outputs/ # 构建产物 dist/ build/ out/ # 前端 web/node_modules/ web/dist/ web/.env.local # 配置文件 (可能包含敏感信息) config.user.toml