You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleOCR/.gitignore

27 lines
270 B

5 years ago
# Byte-compiled / optimized / DLL files
__pycache__/
.ipynb_checkpoints/
5 years ago
*.py[cod]
*$py.class
# C extensions
*.so
inference/
5 years ago
inference_results/
output/
*.DS_Store
*.vs
*.user
*~
*.vscode
*.idea
*.log
.clang-format
.clang_format.hook
build/
dist/
paddleocr.egg-info/