# Rust build output
/target

# Package tarballs
*.tgz

# NOTE: bin/adom-footprint is intentionally NOT ignored. adompkg applies
# .gitignore on top of package.json "files", so ignoring it would drop the
# binary from the published tarball (breaking `adompkg install`). build.sh
# stages a fresh binary there before each publish; leave it untracked locally.