Seeded claude design

This commit is contained in:
tegwick 2026-05-23 16:34:14 +02:00
commit 9419f166ce
32 changed files with 2553 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
node_modules
dist
.DS_Store
*.log
# Playwright
playwright-report
test-results
/tests/visual/**/__diff__
# Editor
.vscode
.idea