移除宿主机/conda 启动脚本与 dev 联调工具,后端仅通过 docker compose 部署并默认启用 GPU。模拟客户端与语音确认页迁入 clients/ 下自包含目录,切断对后端源码路径的依赖。 Co-authored-by: Cursor <cursoragent@cursor.com>
37 lines
613 B
Plaintext
Executable File
37 lines
613 B
Plaintext
Executable File
# Python-generated files
|
||
__pycache__/
|
||
*.py[oc]
|
||
build/
|
||
dist/
|
||
wheels/
|
||
*.egg-info
|
||
|
||
# Virtual environments
|
||
.venv
|
||
|
||
|
||
# Runtime consumption TSV (开发联调)
|
||
logs/
|
||
|
||
# Environment
|
||
.env
|
||
.env.*
|
||
!.env.example
|
||
|
||
# Demo 一键联调写入的 RTSP 映射(可被覆盖)
|
||
clients/demo-client/.runtime/
|
||
clients/demo-client/labels.json
|
||
clients/voice-confirmation/dist/
|
||
|
||
# IDE / OS
|
||
.idea/
|
||
.vscode/
|
||
.DS_Store
|
||
|
||
# Ultralytics / YOLO: local cache and user settings (keep on machine only)
|
||
Ultralytics/
|
||
|
||
#
|
||
|
||
# 5-6 ActionFormer checkpoint:>100MB,部署时挂载或离线下发,不入库
|
||
app/resources/actionformer_epoch_045.pth.tar |