Initial commit: factory skeleton + L0 install log (field-test 2026-05-06)

This commit is contained in:
2026-05-06 11:31:11 +03:00
commit 7e0c1583d9
3 changed files with 313 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Build artefacts (will appear once L1 Go binary is built)
dist/*-linux-*
dist/*-darwin-*
dist/*-windows-*.exe.bak
# Local dev state
*.log
.vscode/
.idea/
.DS_Store
# Secrets — never commit
secrets/
*.pem
*.key
.env
.env.*
!.env.example