35 lines
605 B
Plaintext
35 lines
605 B
Plaintext
# Python-generated files
|
||
__pycache__/
|
||
*.py[oc]
|
||
build/
|
||
dist/
|
||
wheels/
|
||
*.egg-info
|
||
|
||
# Virtual environments
|
||
.venv
|
||
|
||
# Local reference / scratch content (weights, videos, demo outputs)
|
||
refs/
|
||
|
||
# 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/
|