Add AI DEV Node deployment foundation

This commit is contained in:
unknown
2026-07-13 10:33:21 +09:00
parent 6abcee3727
commit b90bfe35ca
23 changed files with 3978 additions and 0 deletions

4
.gitignore vendored
View File

@@ -6,6 +6,8 @@ backend/target/
frontend/node_modules/
frontend/dist/
frontend/.vite/
node_modules/
dist/
*.tsbuildinfo
# IDE / OS
@@ -19,6 +21,8 @@ Thumbs.db
# Local env
infra/.env
.env
.project-env
# Editor/EDR leftover temp files (see docs/issues-and-guidelines.md §2-3)
*.tmp.*