Files
post-ocr/.gitignore
let5sne.win10 767271d499 feat: 添加 USB 摄像头连接功能
- 新增 Android USB 摄像头 APP (MJPEG 服务器)
- 电脑端支持 ADB 端口转发连接
- 修复 .gitignore 忽略 Android 文件

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 22:23:43 +08:00

22 lines
269 B
Plaintext

data/input/*
!data/input/.gitkeep
data/output/*
!data/output/.gitkeep
__pycache__/
*.pyc
.DS_Store
.venv/
venv/
# Android
android-app/
*.apk
*.ap_
*.aab
android-app/app/build/
android-app/.idea/
android-app/.gradle/
android-app/local.properties
android-app/captures/