Initial commit

This commit is contained in:
2026-04-26 13:01:40 +02:00
commit 7e256a669e
28 changed files with 5711 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Dependencies
node_modules/
# Build output
dist/
.vite/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Runtime/cache
.cache/
.parcel-cache/
.eslintcache
# Environment files
.env
.env.*
!.env.example
# OS/editor noise
.DS_Store
Thumbs.db
desktop.ini
# Local IDE settings that should not be shared
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Test/coverage output
coverage/
playwright-report/
test-results/