kit初版,模型引入,agent优化
This commit is contained in:
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
# EPEEAIKit .gitignore
|
||||
# ═══════════════════════════════════════════════════════════
|
||||
|
||||
# ─── Python ──────────────────────────────────────────────
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.pyo
|
||||
|
||||
# 虚拟环境
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# 分发 / 构建
|
||||
*.egg-info/
|
||||
*.egg
|
||||
dist/
|
||||
build/
|
||||
|
||||
# ─── Node.js / Next.js ──────────────────────────────────
|
||||
node_modules/
|
||||
.next/
|
||||
out/
|
||||
|
||||
# ─── 环境变量 / 密钥(保留 .env.example 作为模板)───────
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
!.env.example
|
||||
|
||||
# ─── 运行时生成物 ────────────────────────────────────────
|
||||
art-agent/backend/uploads/
|
||||
art-agent/backend/generated/
|
||||
|
||||
# ─── 工具二进制 ──────────────────────────────────────────
|
||||
*.exe
|
||||
|
||||
# ─── IDE / 编辑器 ────────────────────────────────────────
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# ─── OS 文件 ─────────────────────────────────────────────
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# ─── 日志 / 调试 ─────────────────────────────────────────
|
||||
*.log
|
||||
npm-debug.log*
|
||||
Reference in New Issue
Block a user