.gitignore 556 字节
Newer Older
张欣-男's avatar
张欣-男 已提交
1 2
# Byte-compiled / optimized / DLL files
__pycache__/
littletomatodonkey's avatar
littletomatodonkey 已提交
3
.ipynb_checkpoints/
张欣-男's avatar
张欣-男 已提交
4 5 6 7 8 9 10
*.py[cod]
*$py.class

# C extensions
*.so

inference/
张欣-男's avatar
张欣-男 已提交
11 12
inference_results/
output/
xuyang2233's avatar
xuyang2233 已提交
13
<<<<<<< HEAD
xuyang2233's avatar
xuyang2233 已提交
14 15
train_data
log
张欣-男's avatar
张欣-男 已提交
16

xuyang2233's avatar
xuyang2233 已提交
17
=======
xuyang2233's avatar
add pr  
xuyang2233 已提交
18
train_data/
xuyang2233's avatar
xuyang2233 已提交
19
log/
xuyang2233's avatar
xuyang2233 已提交
20
>>>>>>> 1696b36bdb4152138ed5cb08a357df8fe03dc067
张欣-男's avatar
张欣-男 已提交
21 22 23 24 25 26
*.DS_Store
*.vs
*.user
*~
*.vscode
*.idea
27 28

*.log
L
LDOUBLEV 已提交
29
.clang-format
30
.clang_format.hook
W
WenmuZhou 已提交
31 32 33

build/
dist/
W
WenmuZhou 已提交
34 35 36 37 38
paddleocr.egg-info/
/deploy/android_demo/app/OpenCV/
/deploy/android_demo/app/PaddleLite/
/deploy/android_demo/app/.cxx/
/deploy/android_demo/app/cache/
C
changy1105 已提交
39 40
test_tipc/web/models/
test_tipc/web/node_modules/