Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
29 lines
319 B
Plaintext
29 lines
319 B
Plaintext
# 环境配置(含账号密码/密钥,切勿提交)
|
|
.env
|
|
*.env
|
|
!.env.example
|
|
|
|
# 运行时数据(会话缓存 + 历史记录)
|
|
data/
|
|
*.db
|
|
*.json
|
|
!go.mod
|
|
!go.sum
|
|
|
|
# 日志
|
|
*.log
|
|
|
|
# Python 缓存
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Go 编译产物
|
|
electric-monitor
|
|
*.exe
|
|
|
|
# 编辑器/系统
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|