ratatoskr-go: стартовый каркас (Go-бинарь, CI, structure)
All checks were successful
build-test / build (push) Successful in 47s

This commit is contained in:
Hermes
2026-08-14 08:53:57 +05:00
commit 53cf901707
7 changed files with 171 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Binaries
/bin/
*.exe
*.out
# Go build/test artifacts
/testbin/
*.test
# Env / secrets
.env
.env.*
!/.env.example
secrets/
# Local scratch
.tmp/
.db/