c77ee0dc06
- README_zh.md:全面重写,把 workspace 租户模型 / Postgres 默认后端 / 行级隔离 / 扩展 JWT / per-workspace 路径 / Headless API schema / apps 脚手架作为主线,新增「多租户改造」「数据库后端」「多租户架构详解」 「apps/」章节,并补 Stage 0–4 路线图与文档入口 - .gitignore:忽略 .qoder/(Qoder repowiki 产物)与 AGENTS.md(agent 指令) - verify_stage0.sh:e2e 校验改用 verify-stage0.com 邮箱域、先 initialize admin、切到 /api/v1/ auth 路径 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
68 lines
843 B
Plaintext
68 lines
843 B
Plaintext
# DeerFlow docker image cache
|
|
docker/.cache/
|
|
# oh-my-claudecode state
|
|
.omc/
|
|
# OS generated files
|
|
.DS_Store
|
|
*.local
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Virtual environments
|
|
.venv
|
|
venv/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Configuration files
|
|
config.yaml
|
|
mcp_config.json
|
|
extensions_config.json
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.qoder/
|
|
|
|
# Coverage report
|
|
coverage.xml
|
|
coverage/
|
|
.deer-flow/
|
|
.claude/
|
|
skills/custom/*
|
|
logs/
|
|
log/
|
|
debug.log
|
|
|
|
# Local git hooks (keep only on this machine, do not push)
|
|
.githooks/
|
|
|
|
# pnpm
|
|
.pnpm-store
|
|
sandbox_image_cache.tar
|
|
|
|
# ignore the legacy `web` folder
|
|
web/
|
|
|
|
# Deployment artifacts
|
|
backend/Dockerfile.langgraph
|
|
config.yaml.bak
|
|
.playwright-mcp
|
|
/frontend/test-results/
|
|
/frontend/playwright-report/
|
|
.gstack/
|
|
.worktrees
|
|
skills/gstack
|
|
skills/superpowers
|
|
CLAUDE.md
|
|
AGENTS.md
|