- 移除 AGENTS.md, BOOTSTRAP.md, HEARTBEAT.md 等文件 - 更新 .gitignore 忽略 OpenClaw 工作区文件 - 这些文件不应提交到项目 Git 仓库
41 lines
345 B
Plaintext
41 lines
345 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# Django
|
|
*.log
|
|
.env
|
|
/local_settings.py
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Build
|
|
build/
|
|
dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# OpenClaw workspace files
|
|
AGENTS.md
|
|
BOOTSTRAP.md
|
|
HEARTBEAT.md
|
|
IDENTITY.md
|
|
SOUL.md
|
|
TOOLS.md
|
|
USER.md
|
|
memory/
|
|
MEMORY.md
|
|
.openclaw/ |