1
0
forked from BRT/arc
arc/.gitignore
slava 504c6629ab Integrate threading and Tesseract OCR functionality
Added a background worker using QThread for device screening and integrated Tesseract OCR for text recognition from images. Refactored project structure, updated CMakeLists for Tesseract support, and adjusted .gitignore for build files.
2025-04-14 13:59:19 +07:00

24 lines
264 B
Plaintext

# CMake build directory
/build/
/CMakeFiles/
# macOS specific
.DS_Store
.idea/
cmake_install.cmake
CMakeCache.txt
Makefile
.qt/
# VS Code specific
.vscode/
/build.ninja
/.cmake/
/Testing/
/.ninja_deps
/.ninja_log
/ARCDesktopProject_autogen/
/ARCDesktopProject