Initial commit: OpenClaw workspace setup

This commit is contained in:
2026-03-09 10:05:10 +08:00
commit 3f93dbb5a9
13 changed files with 833 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# OpenClaw
.DS_Store
.venv/
__pycache__/
*.pyc
# Node
node_modules/
npm-debug.log
# Logs
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo