Init commit from initial prompt

This commit is contained in:
2025-08-17 12:21:15 +01:00
commit caee8e27f2
21 changed files with 3114 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# Dependencies
node_modules/
# Next.js build output
.next/
out/
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Environment files (keep examples tracked)
.env
.env.*
!.env.example
!.env.*.example
.env.local
.env.development.local
.env.test.local
.env.production.local
# TypeScript
*.tsbuildinfo
# Testing and coverage
coverage/
# Caches
.turbo/
.cache/
.eslintcache
# Deployment/platform
.vercel/
# Build artifacts
dist/
# Editors/IDE
.vscode/
.idea/
# OS-specific
.DS_Store
# Keep Next.js type helper tracked
!next-env.d.ts