Initial clean commit - unified Lyra stack

This commit is contained in:
2025-11-16 03:17:32 -05:00
commit 20aec1a612
272 changed files with 74237 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Ignore node_modules - Docker will rebuild them inside
node_modules
npm-debug.log
yarn-error.log
*.log
# Ignore environment files
.env
.env.local
# Ignore OS/editor cruft
.DS_Store
*.swp
*.swo
.vscode
.idea