PaddleOCR/.gitignore

19 lines
177 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