Remove .openclaw folder and add .gitignore

This commit is contained in:
Auto Commit
2026-03-23 11:56:29 +08:00
parent 64fcc78943
commit ee8986e0f4
2 changed files with 25 additions and 4 deletions
+25
View File
@@ -0,0 +1,25 @@
# Git 配置文件(包含敏感信息)
scripts/git-config.env
scripts/*.env
# OpenClaw 运行时状态
.openclaw/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db