Initial commit for ClawGo

This commit is contained in:
DBT
2026-02-12 02:57:27 +00:00
commit 4956b1a014
60 changed files with 9991 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
bin/
*.exe
*.dll
*.so
*.dylib
*.test
*.out
.clawgo/
config.json
sessions/
coverage.txt
coverage.html
.DS_Store
build
clawgo
.idea