Files
openclaw-workspace/.gitignore
joungmin 0ec9c0865e feat: initial openclaw workspace
Agent identity, bootstrap config, tool definitions and heartbeat
for the OpenClaw AI assistant (sundol). Fresh start.
2026-02-28 06:27:37 +09:00

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