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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -21,3 +21,6 @@ refs/
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# Ultralytics / YOLO: local cache and user settings (keep on machine only)
|
||||
Ultralytics/
|
||||
|
||||
Reference in New Issue
Block a user