.gitignore 469 B

12345678910111213141516171819202122232425262728293031323334
  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. train_data/
  12. log/
  13. *.DS_Store
  14. *.vs
  15. *.user
  16. *~
  17. *.vscode
  18. *.idea
  19. *.log
  20. .clang-format
  21. .clang_format.hook
  22. build/
  23. dist/
  24. paddleocr.egg-info/
  25. /deploy/android_demo/app/OpenCV/
  26. /deploy/android_demo/app/PaddleLite/
  27. /deploy/android_demo/app/.cxx/
  28. /deploy/android_demo/app/cache/
  29. test_tipc/web/models/
  30. test_tipc/web/node_modules/