# Generated by scripts/{check,package-ffi}.sh; the main repo stays binary-free.
ffi/moq/moq.go
ffi/moq/moq.h
ffi/moq/lib/

# Native libraries should never land in source control.
*.a
*.so
*.dylib
*.dll
*.lib

# Local Go build cache / vendoring. go.sum is regenerated at build/release time
# (the published mirror trees carry their own, staged by the package scripts).
go.sum
vendor/
