feat: 初始化 AI 助手记忆仓库
上传核心文件: - IDENTITY.md, USER.md, SOUL.md, AGENTS.md, TOOLS.md, HEARTBEAT.md, MEMORY.md - memory/: 日志和工作记录 - skills/: 技能配置 - .gitignore
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# 临时文件
|
||||
audio-*.json
|
||||
audio-*.srt
|
||||
audio-*.tsv
|
||||
audio-*.txt
|
||||
audio-*.vtt
|
||||
*.log
|
||||
|
||||
# 媒体文件
|
||||
media/inbound/*
|
||||
media/outbound/*
|
||||
|
||||
# 忽略非核心文件
|
||||
logs/
|
||||
scripts/
|
||||
.agents/
|
||||
BOOTSTRAP.md
|
||||
|
||||
# macOS/Linux
|
||||
.DS_Store
|
||||
*.swp
|
||||
Reference in New Issue
Block a user