Files
EPEEAIKit/.gitignore
Nostars Developer b12e55a776 交互原型大版本
2026-04-17 19:30:23 +08:00

61 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ═══════════════════════════════════════════════════════════
# 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/
art-agent/backend/data/
# 本地下载的 cloudflared CLI体积大见 README / start-tunnel.ps1
art-agent/cloudflared.exe
# ─── 工具二进制 ──────────────────────────────────────────
*.exe
# ─── 本地环境配置(设备绑定,不入版本控制)──────────────
.cursor/local-env.json
# ─── IDE / 编辑器 ────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
# ─── OS 文件 ─────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ─── 日志 / 调试 ─────────────────────────────────────────
*.log
npm-debug.log*