first build commit

This commit is contained in:
2026-04-19 00:44:43 -04:00
parent bc271b7ce1
commit 55debd082b
82 changed files with 6217 additions and 97 deletions

26
.dockerignore Normal file
View File

@@ -0,0 +1,26 @@
# Dependencies (rebuilt inside Docker)
node_modules
npm-debug.log*
# Next.js build output (rebuilt inside Docker)
.next
out
# Environment files (injected at runtime via Docker Compose)
.env
.env.local
.env.*.local
# Version control
.git
.gitignore
.gitattributes
# Editor / OS
.DS_Store
*.log
.vscode
.idea
# TypeScript build cache
tsconfig.tsbuildinfo