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
|
2020-06-11 09:45:01 +08:00
|
|
|
|
|
|
|
*.log
|
2020-07-02 10:31:34 +08:00
|
|
|
.clang-format
|
2020-07-07 19:48:24 +08:00
|
|
|
.clang_format.hook
|
2020-08-22 19:42:14 +08:00
|
|
|
|
|
|
|
build/
|
|
|
|
dist/
|
|
|
|
paddleocr.egg-info/
|