Files
2026-08-14 23:41:57 +08:00

85 lines
2.5 KiB
Plaintext
Raw Permalink 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.
# ============================================================
# 敏感配置(严禁入库)
# ============================================================
# 环境变量文件(含 API Key / 授权码)
.env
.env.*
!.env.example
# ============================================================
# 运行时数据(本地运行 / run_coop 产生)
# ============================================================
# 会话、api-config.json、docker-config.json、sessions.json
data/
# 协作黑板目录(run_coop / pi-coop 本地测试产生)
blackboard/
coop_blackboard/
# ============================================================
# Go 编译产物(控制层 / pigo)
# ============================================================
# go build . 在仓库根产生的二进制(Linux/macOS 无扩展名);
# 锚定 /agent,避免误伤 internal/agent/ 与 pigo/agent/ 源码目录
/agent
agent.exe
agent-linux-*
# pigo 交叉编译输出(pigo/coop/tmp/pigo-linux-amd64
pigo/coop/tmp/
# Go 缓存目录
.gocache/
.gomodcache/
# ============================================================
# Docker 镜像导出与压缩包
# ============================================================
# *.tar 不匹配 agent.tar.gz,两个都要有
*.tar
*.tar.gz
# ============================================================
# 安全工具二进制(体积大,不入库;见 DEPLOY.md 需自行准备)
# ============================================================
tencent/tools/
# ============================================================
# 日志与临时文件
# ============================================================
*.log
log.txt
.tmp_*
*.tmp
nul
# ============================================================
# Python
# ============================================================
__pycache__/
*.py[cod]
.venv/
venv/
# ============================================================
# Nodepi-coop 本地调试可能产生)
# ============================================================
node_modules/
dist/
# ============================================================
# IDE / 编辑器
# ============================================================
.idea/
.vscode/
*.swp
# ============================================================
# 操作系统
# ============================================================
.DS_Store
Thumbs.db
Desktop.ini
# ============================================================
# AI 工具记忆目录
# ============================================================
.workbuddy/