Files
yolov7_plate/.gitignore
2023-03-27 23:28:30 +08:00

42 lines
407 B
Plaintext

# .gitignore
# 首先忽略所有的文件
*
# 但是不忽略目录
!*/
# 忽略一些指定的目录名
ut/
runs/
.vscode/
build/
result1/
result/
*.pyc
plate/
wan/
label_imgs/
pretrained_model/
cfg1/
test_imgs/
weixian/
moto/
pic/
mytest_img/
# 不忽略下面指定的文件类型
!*.cpp
!*.h
!*.hpp
!*.c
!.gitignore
!*.py
!*.sh
!*.npy
!*.jpg
!*.pt
!*.npy
!*.pth
!*.png
!*.md
!*.txt
!*.yaml
!*.ttf
!*.cu