First commit

This commit is contained in:
2026-05-28 18:49:39 +02:00
commit 75ece13f80
30 changed files with 7357 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Dependencies
node_modules/
# Next.js
.next/
out/
# Production builds
dist/
build/
# TypeScript
tsconfig.tsbuildinfo
# Environment variables
.env
.env.*
!.env.example
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS files
.DS_Store
Thumbs.db
# Editor files
.vscode/
.idea/