# Dependencies
node_modules

# Build output (regenerated by `npm run build`)
dist/
build/

# Extraction output and generated test artifacts.
# Ignored by location, not by file type. A blanket `*.json` (and `*.png`) rule
# used to live here and silently hid config files like tsconfig.json, which
# broke CI. Ignore the directories that hold generated output instead.
output/
test-output/
test/golden/
test/report-assets/
test/report.html
test/diff-report.md
test/scores/
test/analysis/
test/sites-chunk.json

# Coverage
coverage/

# Local agent / editor / tooling state
.claude
.agents
.vscode/
.idea/
skills-lock.json

# Environment
.env
.env.local

# Logs
*.log
npm-debug.log*

# OS
.DS_Store

# scratch projects from test/tailwind-compile.test.ts
.tailwind-compile-*
