repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources15d ago| #1 | # Secrets and local credentials |
| #2 | .local-secrets/ |
| #3 | .env |
| #4 | .env.* |
| #5 | !.env.example |
| #6 | !**/.env.example |
| #7 | !**/.env.sample |
| #8 | !**/.env.template |
| #9 | *.local |
| #10 | *.secret |
| #11 | *.secrets |
| #12 | .clawd/ |
| #13 | .vulcan/ |
| #14 | .gitlawb/ |
| #15 | .claude/settings.local.json |
| #16 | **/.clawd/ |
| #17 | **/.vulcan/ |
| #18 | **/.gitlawb/ |
| #19 | **/strategy-runs/ |
| #20 | ucan.json |
| #21 | identity.pem |
| #22 | .npmrc |
| #23 | .netrc |
| #24 | *.pem |
| #25 | *.key |
| #26 | *.p12 |
| #27 | *.pfx |
| #28 | *.crt |
| #29 | *.cer |
| #30 | *.mobileprovision |
| #31 | id_rsa |
| #32 | id_ed25519 |
| #33 | clawd-terminal |
| #34 | # Wrangler / Cloudflare Workers build artifacts |
| #35 | .wrangler/ |
| #36 | .wrangler |
| #37 | **/.wrangler/ |
| #38 | **/.wrangler |
| #39 | |
| #40 | # Python caches and local environments |
| #41 | __pycache__/ |
| #42 | *.py[cod] |
| #43 | *$py.class |
| #44 | .pytest_cache/ |
| #45 | .mypy_cache/ |
| #46 | .ruff_cache/ |
| #47 | .venv/ |
| #48 | venv/ |
| #49 | |
| #50 | # Lean/Lake generated state |
| #51 | .lake/ |
| #52 | **/.lake/ |
| #53 | *.olean |
| #54 | *.olean.trace |
| #55 | |
| #56 | # Dependencies and package manager caches |
| #57 | node_modules/ |
| #58 | .pnpm-store/ |
| #59 | |
| #60 | # Build output |
| #61 | dist/ |
| #62 | build/ |
| #63 | target/ |
| #64 | **/target/ |
| #65 | .next/ |
| #66 | coverage/ |
| #67 | *.tsbuildinfo |
| #68 | |
| #69 | # Solana / Anchor generated keys |
| #70 | *-keypair.json |
| #71 | keypair.json |
| #72 | id.json |
| #73 | wallet.json |
| #74 | **/target/deploy/*-keypair.json |
| #75 | Perps/**/.env |
| #76 | Perps/**/.env.* |
| #77 | !Perps/**/*.env.example |
| #78 | !Perps/**/*.example.env |
| #79 | Perps/**/*.pem |
| #80 | Perps/**/*.key |
| #81 | Perps/**/id.json |
| #82 | Perps/**/wallet.json |
| #83 | Perps/**/*-keypair.json |
| #84 | Perps/**/test-ledger/ |
| #85 | Perps/**/.anchor/ |
| #86 | Perps/**/node_modules/ |
| #87 | Perps/**/dist/ |
| #88 | Perps/**/build/ |
| #89 | |
| #90 | # Logs and local databases |
| #91 | *.log |
| #92 | *.sqlite |
| #93 | *.sqlite3 |
| #94 | |
| #95 | # OS and editor noise |
| #96 | .DS_Store |
| #97 | .idea/ |
| #98 | .vscode/ |
| #99 | |
| #100 | # Nested repositories and release noise |
| #101 | **/.git |
| #102 | UltraThink-SKill/ |
| #103 | skills/UltraThink-SKill/ |
| #104 | skills/dflow-phantom-connect-skill/ |
| #105 | skills/dflow-skills/ |
| #106 | tui/dist/ |
| #107 | tui/node_modules/ |
| #108 | llm_oracle/upstream/percolator-prog |
| #109 | |
| #110 | # Private framework workspace — keep local only, never publish to public GitHub |
| #111 | openclawd-framework/ |
| #112 | openclawd-framework/NanoSolana/ |
| #113 | openclawd-framework/pay/ |
| #114 | openclawd-framework/*.tar.gz |
| #115 | openclawd-framework/Solanapolis-restore/ |
| #116 | openclawd-framework/Solanapolis-tmp/ |
| #117 | openclawd-framework/**/node_modules/ |
| #118 | openclawd-framework/**/dist/ |
| #119 | openclawd-framework/**/__pycache__/ |
| #120 | openclawd-framework/**/*.tsbuildinfo |
| #121 | |
| #122 | # Private / internal — never expose publicly |
| #123 | openclawd-framework/multiagents-infinite-backroom/ |
| #124 | openclawd-framework/clawd-terminal/ |
| #125 | openclawd-framework/clawd-voice/ |
| #126 |