# Files prettier must not touch. Everything else in the tree is kept
# prettier-clean, so `bun run format` is a no-op on files you did not edit
# (and `bun run format:check` gates that in CI).
#
# Note: prettier also honours .gitignore, but only this repo's — a *global*
# gitignore (e.g. ~/.config/git/ignore) is invisible to it, hence entries below
# for untracked local tooling state.

# Generated by scripts/gen-map-data.ts. It is minified on purpose and served
# byte-for-byte to every landing-page visitor (src/index.ts); formatting it
# inflates the payload ~58% and gets undone by the next regeneration anyway.
public/map-data.json

# Local Claude Code state — untracked, not ours to format.
.claude/
