init
This commit is contained in:
37
.gitignore
vendored
Executable file
37
.gitignore
vendored
Executable file
@@ -0,0 +1,37 @@
|
||||
# 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 映射(可被覆盖)
|
||||
scripts/demo_client/.runtime/
|
||||
# demo server --live 时由 YAML 生成的静态 labels(与 livereload 共用)
|
||||
scripts/demo_client/labels.json
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user