first commit

Made-with: Cursor
This commit is contained in:
Michilis
2026-04-01 02:46:53 +00:00
commit 76210db03d
126 changed files with 20208 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Dependencies
node_modules/
# Next.js
frontend/.next/
frontend/out/
# Backend build
backend/dist/
# Environment (keep .env.example tracked)
.env
.env.*
!.env.example
**/.env.local
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs & debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# TypeScript
*.tsbuildinfo
# Test / coverage
coverage/
# Local SQLite databases
*.db
# Misc
.turbo
deploy/