.gitignore 470 字节
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
add pr  
xuyang2233 已提交
13
train_data/
xuyang2233's avatar
xuyang2233 已提交
14
log/
张欣-男's avatar
张欣-男 已提交
15 16 17 18 19 20
*.DS_Store
*.vs
*.user
*~
*.vscode
*.idea
21 22

*.log
L
LDOUBLEV 已提交
23
.clang-format
24
.clang_format.hook
W
WenmuZhou 已提交
25 26 27

build/
dist/
W
WenmuZhou 已提交
28 29 30 31 32
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 已提交
33 34
test_tipc/web/models/
test_tipc/web/node_modules/