- 新增 Android USB 摄像头 APP (MJPEG 服务器) - 电脑端支持 ADB 端口转发连接 - 修复 .gitignore 忽略 Android 文件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
269 B
Plaintext
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/
|
|
|