e904b667c6
Build/Publish Develop Docs / deploy (push) Failing after 1s
PaddleOCR Code Style Check / check-code-style (push) Failing after 1s
PaddleOCR PR Tests GPU / detect-changes (push) Failing after 1s
PaddleOCR PR Tests / detect-changes (push) Failing after 1s
PaddleOCR PR Tests GPU / test-pr-gpu (push) Has been cancelled
PaddleOCR PR Tests / test-pr (push) Has been cancelled
PaddleOCR PR Tests GPU / test-pr-gpu-impl (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.13) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.8) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.9) (push) Has been cancelled
41 lines
490 B
Plaintext
41 lines
490 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
.ipynb_checkpoints/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
/inference/
|
|
/inference_results/
|
|
/output/
|
|
/train_data/
|
|
/log/
|
|
|
|
*.DS_Store
|
|
*.vs
|
|
*.user
|
|
*~
|
|
*.vscode
|
|
*.idea
|
|
|
|
*.log
|
|
.clang-format
|
|
.clang_format.hook
|
|
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
/deploy/android_demo/app/OpenCV/
|
|
/deploy/android_demo/app/PaddleLite/
|
|
/deploy/android_demo/app/.cxx/
|
|
/deploy/android_demo/app/cache/
|
|
|
|
test_tipc/web/models/
|
|
test_tipc/web/node_modules/
|
|
|
|
.venv/
|
|
.worktrees/
|