Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,29 @@ playwright-report/
# Claude Code context files (root CLAUDE.md is committed for AI agent discovery)
**/CLAUDE.md
!/CLAUDE.md

# Local agent walkthrough (kept on disk, not committed)
WALKTHROUGH.md

# IDE files
/.idea/
/.vscode/

# Third-party service clones — naming pattern: <service-name>-src/
# Each is an independent repo; we only check in the compose service that
# references it, never the upstream code.
/openclaw-src/
/gpu-coordinator-proxy-src/

# Persistent state + secrets, also local-only.
/.openclaw-data/
/.mc-openclaw/
/.env.openclaw
/examples/

# Dolt database files (added by bd init)
.dolt/
*.db
/.beads/
/.beads/
/.vibe/
Loading