Files
ratatoskr-go/.gitignore
Hermes 53cf901707
All checks were successful
build-test / build (push) Successful in 47s
ratatoskr-go: стартовый каркас (Go-бинарь, CI, structure)
2026-08-14 08:53:57 +05:00

18 lines
153 B
Plaintext

# Binaries
/bin/
*.exe
*.out
# Go build/test artifacts
/testbin/
*.test
# Env / secrets
.env
.env.*
!/.env.example
secrets/
# Local scratch
.tmp/
.db/