You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
459 B
40 lines
459 B
# 敏感配置(包含 API keys、密码等) |
|
openclaw-config.json |
|
skills/*/config.yaml |
|
skills/*/.env |
|
*.env |
|
*.pem |
|
*.key |
|
|
|
# 日志和缓存 |
|
logs/ |
|
*.pyc |
|
__pycache__/ |
|
.cache/ |
|
.pytest_cache/ |
|
|
|
# 运行时 |
|
.pid |
|
*.pid |
|
*.log |
|
|
|
# 记忆文件(每日日志量大,单独备份) |
|
memory/*.md |
|
!memory/.gitkeep |
|
|
|
# 备份目录 |
|
backup/ |
|
|
|
# 系统文件 |
|
.DS_Store |
|
Thumbs.db |
|
*.swp |
|
*.swo |
|
*~ |
|
|
|
# Node modules(如果有) |
|
node_modules/ |
|
|
|
# Python 虚拟环境 |
|
venv/ |
|
.venv/
|
|
|