.gitignore 270 B

123456789101112131415161718192021222324252627
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. .ipynb_checkpoints/
  4. *.py[cod]
  5. *$py.class
  6. # C extensions
  7. *.so
  8. inference/
  9. inference_results/
  10. output/
  11. *.DS_Store
  12. *.vs
  13. *.user
  14. *~
  15. *.vscode
  16. *.idea
  17. *.log
  18. .clang-format
  19. .clang_format.hook
  20. build/
  21. dist/
  22. paddleocr.egg-info/