PaddleOCR/.gitignore

23 lines
217 B
Plaintext
Raw Normal View History

2020-06-03 14:06:49 +08:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.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