05e173b293
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>
27 lines
373 B
Plaintext
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
|