Add Ultralytics/ to .gitignore and remove tracked cache/settings JSON so they stay machine-local only. Made-with: Cursor
27 lines
320 B
Plaintext
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/
|