bd7635986a
Vue 前端 + FastAPI 后端,含部署脚本与词典数据。 Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
332 B
Plaintext
25 lines
332 B
Plaintext
# Python
|
|
backend/venv/
|
|
backend/__pycache__/
|
|
backend/**/*.pyc
|
|
backend/wordloop.db
|
|
backend/.env
|
|
backend/data/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
|