Files
post-ocr/.gitignore
let5sne.win10 bac1818ed0 chore: 更新.gitignore,排除日志和临时文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 19:20:16 +08:00

84 lines
1.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ==================================================
# 数据文件
# ==================================================
data/input/*
!data/input/.gitkeep
data/output/*
!data/output/.gitkeep
# ==================================================
# Python
# ==================================================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.coverage
htmlcov/
.DS_Store
.venv/
venv/
.env
.serena/
models/*
!models/.gitkeep
usb_bundle/
# ==================================================
# Android - 构建产物
# ==================================================
android-app/app/build/
android-app/build/
android-app/.gradle/
android-app/.idea/
android-app/local.properties
android-app/captures/
android-app/*.apk
android-app/*.aab
android-app/*.ap_
android-app/output/
android-app/.externalNativeBuild
android-app/.cxx
# Gradle
android-app/gradle-app.setting
android-app/.navigation/
android-app/*/build/
# Keystore files
android-app/*.jks
android-app/*.keystore
# Debug
android-app/**/kotlin/
android-app/**/tmp/
android-app/**/.kotlin/
# ==================================================
# PyInstaller 打包产物
# ==================================================
*.spec
build/
dist/
*.exe
*.db
# ==================================================
# 日志 / 临时文件
# ==================================================
*.log
nul
hook-paddlex.py
# ==================================================
# IDE / 工具配置(本地)
# ==================================================
.claude/
# ==================================================
# Android - release APK已单独管理
# ==================================================
android-app/app/release/