Gradio_YOLOv5_Det_v4 / .gitignore
Zengyf-CVer's picture
v04 update
ad2ecf0
raw history blame
No virus
360 Bytes
# 图片格式
*.jpg
*.jpeg
*.png
*.svg
*.gif
# 视频格式
*.mp4
*.avi
.ipynb_checkpoints
*/__pycache__
# 日志格式
*.log
*.data
*.txt
*.csv
# 参数文件
*.yaml
*.json
# 压缩文件格式
*.zip
*.tar
*.tar.gz
*.rar
# 字体格式
*.ttc
*.ttf
*.otf
*.pt
*.db
/flagged
/run
!requirements.txt
!cls_name/*
!model_config/*
!img_example/*
app copy.py