Remove .openclaw folder and add .gitignore
This commit is contained in:
+25
@@ -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
|
||||
Reference in New Issue
Block a user