# Exclude compiled binaries
bin/

# Exclude test binaries produced by `go test -c`
*.test

# Git history is not needed inside the image
.git/

# Editor/OS noise
.DS_Store
*.swp
*.swo
