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 sources16d ago| # Development files |
| #2 | .git |
| #3 | .gitignore |
| #4 | .DS_Store |
| #5 | *.swp |
| #6 | *.swo |
| #7 | *~ |
| #8 |
| #9 | # Test outputs |
| #10 | test/ |
| #11 | tests/ |
| #12 | *.test.js |
| #13 | *.spec.js |
| #14 |
| #15 | # Build artifacts |
| #16 | node_modules/ |
| #17 | dist/ |
| #18 | build/ |
| #19 |
| #20 | # IDE files |
| #21 | .vscode/ |
| #22 | .idea/ |
| #23 | *.iml |
| #24 |
| #25 | # Logs |
| #26 | *.log |
| #27 | npm-debug.log* |
| #28 | yarn-debug.log* |
| #29 | yarn-error.log* |
| #30 |
| #31 | # Temporary files |
| #32 | *.tmp |
| #33 | .cache/ |
| #34 |
| #35 | # Python cache |
| #36 | __pycache__/ |
| #37 | *.pyc |
| #38 | *.pyo |
| #39 | *.pyd |
| #40 | .Python |
| #41 | *.egg-info/ |
| #42 |