- web/os.html: 6-screen browser-native desktop (Today/Money/Inbox/Pipeline/Fleet/Control) - web/sitemap.html: live architecture map of all 24 Atlas services - .gitignore: block secrets, env files, credentials from git - README: updated with screen list, deployment notes, tech stack Built with 12-round senior review (architect/frontend/UX/logic/security). Served at command.atlascorporation.nl/os/ behind Authentik SSO.
12 lines
102 B
Text
12 lines
102 B
Text
*.env
|
|
*.secret
|
|
*.pem
|
|
*.key
|
|
*.sqlite
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
.auth
|
|
secrets/
|
|
credentials/
|
|
*_creds*
|