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| #1 | # Ignore all .env files |
| #2 | **/.env |
| #3 |
| #4 |
| #5 | # Ignore all database files |
| #6 | **/*.db |
| #7 | **/*.sqlite |
| #8 | **/*.sqlite3 |
| #9 |
| #10 | # Ignore logs |
| #11 | **/*.log |
| #12 |
| #13 | # Ignore runtime data |
| #14 | **/node_modules |
| #15 | **/__pycache__ |
| #16 | **/.pytest_cache |
| #17 | **/.coverage |
| #18 | **/coverage |
| #19 |
| #20 | # Ignore Docker runtime files |
| #21 | **/.dockerignore |
| #22 | **/Dockerfile |
| #23 | **/docker-compose*.yml |