Files
2026-04-28 10:41:48 +08:00

35 lines
605 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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/