# Generated by the release workflow (git-cliff / release-please); the dev & CI
# fmt / fmt-check flows must NOT touch them, otherwise regeneration conflicts
# with oxfmt's expected formatting and trips format-check on every PR between
# two releases.
CHANGELOG.md
changelog/
.release-please-manifest.json
release-please-config.json

# Golden test fixtures are byte-compared by the replay harness
# (assert_semantic_eq / assert_stream_eq). Reformatting them changes bytes and
# breaks the offline parity tests. NEVER format these.
tests/golden/

# Rust is formatted by `cargo fmt` (rustfmt), not oxfmt.
target/
