agent-Specialization/.gitignore
JOJO 4b7453ce4a feat: 整合test/agents功能并更新配置
- 添加user_upload/和skills/到.gitignore
- 更新terminal-guide skill说明文档
- 添加logo图片
2026-04-13 17:47:19 +08:00

39 lines
391 B
Plaintext

# OS & tools
.DS_Store
*.swp
*.swo
*.tmp
*.log
# Python artifacts
__pycache__/
*.pyc
.venv/
venv/
# Runtime data (main agent)
logs/
data/
project/
users/
webapp.pid
# Runtime data (sub agent)
sub_agent/tasks/
sub_agent/data/
sub_agent/logs/
sub_agent/project/
# Misc
*.pid
.env
node_modules/
static/dist/
*.tsbuildinfo
user_upload/
skills/
# Ignore docs and runtime pid
webapp.pid
doc/