first commit

Made-with: Cursor
This commit is contained in:
Michaël
2026-02-26 18:33:00 -03:00
commit 3734365463
76 changed files with 14133 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Dependencies
node_modules/
# Build / output
dist/
build/
*.tsbuildinfo
# Environment and secrets
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# IDE / editor
.idea/
.vscode/
*.swp
*.swo
# SQLite / local DB
*.db
*.sqlite
*.sqlite3
backend/data/
# Vite
frontend/dist/
# Misc
*.local
.cache/