# Ignore model weights and large outputs
*.pt                  # YOLO model weight files (e.g., best.pt)
runs/                 # Training and prediction outputs

# Ignore cache files
*.cache               # General cache
__pycache__/          # Python bytecode cache
*.pyc                 # Compiled Python files

# Ignore system files
.DS_Store             # macOS file (if using Mac)

# Ignore logs and temporary files
*.log
*.tmp

# Large/ephemeral artifacts
*.pt
*.onnx
*.mp4
*.avi
*.mov
*.mkv
*.m4v
*.zip
*.tar
*.tar.gz
*.7z
.DS_Store

# YOLO & Colab outputs
yolo_runs/
runs/
outputs/
*.json
*.csv
*.xlsx
