node_modules
dist
.DS_Store
*.log

# Playwright
playwright-report
test-results
/tests/visual/**/__diff__
# Visual baselines are generated locally, not committed (large binary test
# artifacts). Run `pnpm test:visual:update` to (re)generate before diffing.
/tests/visual/**/*-snapshots/

# Python (scripts/check_designbook_staleness.py)
__pycache__
*.pyc

# Editor
.vscode
.idea
