# Binaries
/bin/
/dist/
# Anchored: an unanchored "gateway" also matches the cmd/gateway/ source directory.
/gateway

# Go
*.test
*.out
coverage.*
go.work
go.work.sum

# Local config and secrets — never commit
.env
*.local.yaml
*.local.yml

# Editor
.DS_Store
.idea/
*.swp
.task-runs
