Agent identity, bootstrap config, tool definitions and heartbeat for the OpenClaw AI assistant (sundol). Fresh start.
15 lines
149 B
Plaintext
15 lines
149 B
Plaintext
# Runtime state
|
|
.openclaw/
|
|
|
|
# Memory logs (may contain tokens / personal data)
|
|
memory/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
|
|
# OS
|
|
.DS_Store
|