*.exe
.build

# The rule above is for this repo's own Windows release build
# outputs (gogit-windows-*.exe) - it was also silently swallowing the
# embedded act.exe binaries under internal/actbin/binaries/, since
# `git add` skips .gitignore'd paths without warning. Confirmed via a
# real CI run: windows/amd64 and windows/arm64 builds failed with
# "no matching files found" on the go:embed directive because these
# files were never actually committed. Carve them back in explicitly.
!internal/actbin/binaries/**/*.exe