Files
john 05e173b293 Ship native iOS app, Wiki/TTS backend, and skeleton loading UX.
Replace the WebView shell with SwiftUI screens, add account-scoped Wiki and TTS APIs with adaptive review and photo scan support, and keep web/iOS pages usable while data loads asynchronously.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 15:13:59 +08:00

27 lines
373 B
Plaintext

# Python
backend/venv/
backend/__pycache__/
backend/**/*.pyc
backend/wordloop.db
backend/.env
backend/data/cache/
backend/data/tts_cache/
frontend/.cache/
# Node
frontend/node_modules/
frontend/dist/
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
# Cloudflare Tunnel(含密钥,勿提交)
deploy/cloudflared/config.yml
deploy/cloudflared/*.json
deploy/secrets.env