AIWAKE-Prototyp mit Programm-Evolution

This commit is contained in:
nalpush
2026-07-21 20:43:12 +02:00
parent 81a2ffdc5a
commit 9814ac632c
42 changed files with 5839 additions and 2 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
node_modules/
# Local browser-test and server output
server.log
server.err.log
*-test.png
playwright-report/
test-results/
# Local credentials and environment overrides
.env
.env.*
!.env.example
.ssh/
*.key
*.pem
# Editor and operating-system files
.vscode/
.idea/
.DS_Store
Thumbs.db