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