chore: preserve initial reconstruction prototype

This commit is contained in:
2026-07-31 18:51:38 +01:00
commit a2f9e472ea
26 changed files with 8874 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Dependencies
node_modules/
# Next.js build output
.next/
out/
dist/
# Coverage
coverage/
# Test result output
*.lcov
test-results/
# Environment files with secrets
.env
.env.local
.env.*.local
# Ollama model files (if any local cache)
ollama-cache/
# OS generated files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Debug / logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*