PaddleOCR/.gitignore

27 lines
270 B
Plaintext
Raw Normal View History

2020-06-03 14:06:49 +08:00
# Byte-compiled / optimized / DLL files
__pycache__/
2020-07-13 01:21:47 +08:00
.ipynb_checkpoints/
2020-06-03 14:06:49 +08:00
*.py[cod]
*$py.class
# C extensions
*.so
inference/
2020-06-03 15:53:01 +08:00
inference_results/
output/
*.DS_Store
*.vs
*.user
*~
*.vscode
*.idea
*.log
2020-07-02 10:31:34 +08:00
.clang-format
.clang_format.hook
2020-08-22 19:42:14 +08:00
build/
dist/
paddleocr.egg-info/