Spaces:
Sleeping
Sleeping
| # Binaries | |
| # Go build artifacts | |
| bin/ | |
| build/ | |
| *.exe | |
| *.dll | |
| *.so | |
| *.dylib | |
| *.test | |
| *.out | |
| /picoclaw | |
| /picoclaw-test | |
| # cmd/picoclaw/workspace | |
| # Picoclaw specific | |
| # PicoClaw | |
| .picoclaw/ | |
| config.json | |
| sessions/ | |
| build/ | |
| # Coverage | |
| # Secrets & Config (keep templates, ignore actual secrets) | |
| .env | |
| config/config.json | |
| # Test | |
| coverage.txt | |
| coverage.html | |
| # OS | |
| .DS_Store | |
| # Ralph workspace | |
| ralph/ | |
| .ralph/ | |
| tasks/ | |
| # Editors | |
| .vscode/ | |
| .idea/ | |
| # Added by goreleaser init: | |
| dist/ | |
| assets/ | |