Yolov5s/.gitignore
2026-03-11 16:13:59 +08:00

74 lines
722 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
# 虛擬環境
venv/
env/
.env/
# 模型權重與二進位檔
*.pt
*.pth
*.onnx
*.bie
*.nef
*.engine
*.tflite
*.pb
# 訓練輸出(很大,不放 git
runs/
work_dirs/
# 資料集圖片(不放 git改用 DVC 或外部儲存)
data4/
data50/
test14data/
teachabledata/
numberocr/
# ONNX 輸出目錄
onnx/
# NumPy 暫存
npy/
# 暫放區
暫放區/
# 權重目錄(除了下載腳本)
weights/*.pt
weights/*.pth
# Claude Code 設定
.claude/
# Jupyter Notebook 輸出
.ipynb_checkpoints/
# 系統檔
.DS_Store
Thumbs.db
desktop.ini
# IDE
.vscode/
.idea/
*.swp
*.swo
# 日誌
*.log
wandb/
# 空的佔位檔
python