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| #2 | __pycache__/ |
| #3 |
| #4 | # Mnemosyne Cloud — commercial plans (NEVER commit) |
| #5 | .planning/ |
| #6 |
| #7 | # Python compiled |
| #8 | *.py[cod] |
| #9 | *$py.class |
| #10 | *.so |
| #11 | .Python |
| #12 | build/ |
| #13 | develop-eggs/ |
| #14 | dist/ |
| #15 | downloads/ |
| #16 | eggs/ |
| #17 | .eggs/ |
| #18 | lib/ |
| #19 | lib64/ |
| #20 | parts/ |
| #21 | sdist/ |
| #22 | var/ |
| #23 | wheels/ |
| #24 | *.egg-info/ |
| #25 | .installed.cfg |
| #26 | *.egg |
| #27 |
| #28 | # Virtual environments |
| #29 | venv/ |
| #30 | env/ |
| #31 | ENV/ |
| #32 |
| #33 | # IDE |
| #34 | .vscode/ |
| #35 | .idea/ |
| #36 | *.swp |
| #37 | *.swo |
| #38 | *~ |
| #39 |
| #40 | # Mnemosyne data (don't commit user data!) |
| #41 | .mnemosyne/ |
| #42 | *.db |
| #43 | *.db-wal |
| #44 | *.db-shm |
| #45 | backups/ |
| #46 | logs/ |
| #47 |
| #48 | # Testing |
| #49 | .pytest_cache/ |
| #50 | .coverage |
| #51 | htmlcov/ |
| #52 | .tox/ |
| #53 |
| #54 | # OS |
| #55 | .DS_Store |
| #56 | Thumbs.db |
| #57 |
| #58 | # Devops plans (private — not for public repo) |
| #59 | DEVOPS.md |
| #60 | DEVOPS_PLAN_* |
| #61 |
| #62 | # GSD planning — operational docs stay private |
| #63 | .planning/ |
| #64 |
| #65 |