# Build artifacts.
bin/
out/
*.exe
*.dll
*.so
*.dylib

# Go test/coverage.
*.test
*.out
coverage.html
coverage.txt

# Go workspace files.
go.work
go.work.sum

# Editor / OS.
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Secrets — never commit.
.env
.env.local
*.pem
*.key

# Generated protobuf (regenerate with `make proto`).
proto/gen/

# Logs.
*.log
logs/

# Local data.
data/
