Files
pj0235-eai_agentplatform/.gitignore
T
2026-08-26 17:34:21 +08:00

32 lines
384 B
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.
# ===== 运行数据 =====
data/
debuglog/
*.db
# ===== IDE =====
.idea/
.vscode/
*.swp
*.swo
.claude/
.dbg/
# ===== Node =====
node_modules/
# ===== 构建产物 =====
dist/
bin/
*.exe
# ===== 大文件/素材(不入 Git) =====
docs/09_Research/工业AI观察员/raw/
# ===== 环境变量 =====
.env
.env.local
# ===== 操作系统 =====
.DS_Store
Thumbs.db
.ollama_models/