Initial commit: OpenClaw configuration and Jarvis workspace

This commit is contained in:
Jarvis
2026-02-05 08:37:34 -07:00
commit 705d8a9438
23 changed files with 1331 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Sensitive OpenClaw files
credentials/
*.key
*.pem
*.env
.env*
# Private session logs that might contain sensitive info
session-logs/
logs/
# Budget tracking (contains spending info)
budget-tracker.json
# Any files with secrets or tokens
*secret*
*token*
*password*
# Backup files
*.bak
*~