Files
operating-room-monitor-server/.gitignore
Kevin 4c4550d58b chore: ignore Ultralytics local cache and drop from version control
Add Ultralytics/ to .gitignore and remove tracked cache/settings JSON so they stay machine-local only.

Made-with: Cursor
2026-04-21 18:35:20 +08:00

27 lines
320 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Local reference / scratch content
refs/
# Environment
.env
.env.*
!.env.example
# IDE / OS
.idea/
.vscode/
.DS_Store
# Ultralytics / YOLO: local cache and user settings (keep on machine only)
Ultralytics/