docs/
DOCS_GUIDELINES.md
packages/producer/tests/
*.generated.ts

# Cloud Workflows GCL — uses ${...} expressions that are not standard YAML.
packages/gcp-cloud-run/terraform/workflow.yaml

# toMatchFileSnapshot golden files — vitest writes these; oxfmt must not reformat them.
packages/**/__goldens__/

# vendored third-party bundles inside skills — never reformat
skills/**/assets/vendor/
skills/**/*.min.js
# reference snippets with intentional pseudo-markup (literal "..." attributes)
skills/graphic-overlays/references/frames/polaroid.html

# Generated demo compositions — large video-pipeline output (GSAP/Three/WebGL
# embedded), not hand-authored source; reformatting them is churn + risk. Listed
# explicitly (not registry/examples/**/*.html) so hand-authored example HTML still
# gets formatted.
registry/examples/airbnb-deck/index.html
registry/examples/airbnb-deck/demo.html
registry/examples/startup-pitch/index.html
registry/examples/startup-pitch/demo.html
registry/examples/slideshow-demo/index.html
registry/examples/warm-grain/compositions/captions.html
