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
This commit is contained in:
Kevin
2026-04-21 18:35:20 +08:00
parent 04866559db
commit 4c4550d58b
3 changed files with 3 additions and 24 deletions

3
.gitignore vendored
View File

@@ -21,3 +21,6 @@ refs/
.idea/
.vscode/
.DS_Store
# Ultralytics / YOLO: local cache and user settings (keep on machine only)
Ultralytics/