- device_service: Add timeout mechanism for device scanning - video_thread: Add timeout mechanism for camera opening - device_list: Fix height and hide scrollbars to prevent scroll issues - mainWindows: Adjust UI startup order, delay device refresh and camera start - utilities_screen: Temporarily disable auto refresh to prevent blocking - .gitignore: Add new ignore entries 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
48 lines
537 B
Plaintext
48 lines
537 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Linux
|
|
*~
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
package-lock.json
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Environment files
|
|
.env
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# Build directories
|
|
build/
|
|
tmp/
|
|
temp/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
src/__pycache__/
|
|
src/services/__pycache__/
|
|
src/views/__pycache__/
|
|
main.spec
|
|
dist/output/
|
|
dist/main.exe
|
|
*.whl
|
|
win_driver/
|
|
claude.md
|
|
src/services/__pycache__/device_service.cpython-312.pyc
|
|
src/__pycache__/config.cpython-312.pyc
|