chore: initialize project structure, Docker setup, docker-compose on port 52867

This commit is contained in:
Experiments DB Dev
2026-04-15 10:38:41 -04:00
commit 44dfe3fdc4
9 changed files with 306 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Environment
.env
.env.local
.env.*.local
# Node
node_modules/
npm-debug.log*
# Build outputs
dist/
build/
.next/
# Prisma
backend/prisma/migrations/dev.db
# Test artifacts
coverage/
test-results/
playwright-report/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db