KNEO-Academy/.gitignore
HuangMason320 c8be1db25e Fix: Add timeout mechanisms to prevent blocking on device scan and camera open
- 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>
2025-12-27 02:37:46 +08:00

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