# No trailing slash: a worktree may symlink node_modules to the main checkout,
# and a symlink is a file to git, so `node_modules/` would not match it.
node_modules
dist/
*.tsbuildinfo
# `pnpm pack` / a local global install drops the tarball here
*.tgz
# Also in the root .gitignore, but biome's useIgnoreFile only reads this file,
# and graph.json exceeds its maxSize
graphify-out/
