# Binaries
/bin/
*.exe
*.out

# Go build/test artifacts
/testbin/
*.test

# Env / secrets
.env
.env.*
!/.env.example
secrets/

# Local scratch
.tmp/
.db/