# Dependencies node_modules .pnpm-store # Written by husky on install — the shim git's core.hooksPath points at. It # already ignores itself with a `*` .gitignore of its own; this line is what # keeps it out of the tarball and out of a `git status` on a stale clone. .husky/_/ # Build output dist storybook-static *.tsbuildinfo # Test / tooling caches coverage .vitest .turbo # npm tarballs produced by `npm pack` *.tgz # Where `pnpm kit:local` looks for targets when no --to is given. Machine-local # by definition — it holds paths to whatever projects you are testing the kit in. .kit-local.json # Editor / OS .DS_Store .idea .vscode/* !.vscode/extensions.json # Local env — never commit registry tokens .env .env.local .npmrc.local # Written by .gitlab-ci.yml's publish job (NPM_CONFIG_USERCONFIG) and deleted # in its after_script. Ignored here in case a job is cancelled between the two. .npmrc.ci # Whatever the Figma bridge pulls out of Figma (`tools/figma-bridge/cli.mjs … -o`). # Reproducible by definition, and a single component set is a few hundred kB. tools/figma-bridge/out/ # Output of the `/professional-review` skill — the review document and the raw # candidate JSON behind it. Both are regenerated on demand and rewritten in # place; the decision ledger under `.claude/skills/professional-review/` is the # part that is meant to be committed. professional_review.md professional_review.scan.json