Initial commit: GovAI 政务AI平台

This commit is contained in:
freedakgmail
2026-06-15 23:48:37 +08:00
commit 0f490f72a9
245 changed files with 51669 additions and 0 deletions
+67
View File
@@ -0,0 +1,67 @@
# ===== Environment =====
.env
.env.local
.env.*.local
# ===== Go =====
server/server
server/tmp/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/
# ===== Node.js / Next.js =====
node_modules/
apps/web/.next/
apps/web/out/
.turbo/
.vercel/
# ===== IDE =====
.idea/
.vscode/
*.swp
*.swo
*~
# ===== OS =====
.DS_Store
Thumbs.db
# ===== Docker =====
pgdata/
redisdata/
miniodata/
caddydata/
dify-data/
# ===== Build =====
dist/
build/
*.log
# ===== Secrets =====
*.pem
*.key
credentials.json
# ===== Playwright MCP (临时文件) =====
.playwright-mcp/
# ===== Demo & 截图 =====
demo-screenshots*/
demo-*.mp4
# ===== Python =====
__pycache__/
*.pyc
venv/
.venv/
# ===== AI/IDE =====
.ai-switch/