- Bump version 0.0.38 → 0.0.39 - AppSwitch: scaled-down (0.75x) Material3 Switch with full touch target, replaces default Switch in KeyboardSettingsDialog for consistent narrow style - Cloud backend spec: FUTURE.md summary + FUTURE_BACKEND.md full architecture (zero-knowledge sync, packs, team sharing, web dashboard, swb CLI) + FUTURE_BACKEND_TECH.md implementation details - Move Audit.md and SecurityAudit.md into docs/ folder - Add scripts/ to .gitignore (test results, deploy scripts — local only) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
81 lines
1.2 KiB
Text
81 lines
1.2 KiB
Text
# =========================
|
|
# IDE (Android Studio / IntelliJ)
|
|
# =========================
|
|
.idea/
|
|
*.iml
|
|
|
|
# =========================
|
|
# Gradle / Kotlin
|
|
# =========================
|
|
.gradle/
|
|
build/
|
|
out/
|
|
/.kotlin/
|
|
|
|
# =========================
|
|
# Local configuration
|
|
# =========================
|
|
local.properties
|
|
|
|
# =========================
|
|
# Native / C++ builds
|
|
# =========================
|
|
.cxx/
|
|
.externalNativeBuild/
|
|
|
|
# =========================
|
|
# Generated / temporary
|
|
# =========================
|
|
captures/
|
|
.navigation/
|
|
bin/
|
|
gen/
|
|
proguard/
|
|
*.log
|
|
test_artifacts/
|
|
scripts/
|
|
|
|
# =========================
|
|
# Build artifacts
|
|
# =========================
|
|
*.apk
|
|
*.ap_
|
|
*.aab
|
|
*.dex
|
|
*.class
|
|
|
|
# =========================
|
|
# Keystores (VERY important)
|
|
# =========================
|
|
*.jks
|
|
*.keystore
|
|
|
|
# =========================
|
|
# Firebase / Google Services
|
|
# =========================
|
|
google-services.json
|
|
|
|
# =========================
|
|
# OS junk
|
|
# =========================
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# =========================
|
|
# Tools / plugins / others
|
|
# =========================
|
|
/.continue/
|
|
/eva/
|
|
/tellnext/
|
|
/browsernext/
|
|
/speakernext/
|
|
/transfernext/
|
|
/wtCaptures/
|
|
/logs/
|
|
/tests/
|
|
*.sh
|
|
*.swp
|
|
TellNextTrace*.txt
|
|
BNWT.txt
|
|
|
|
__pycache__/
|