atlas-os/.gitignore
Chaib Aarab bd1d3af713 feat: add Atlas OS desktop PWA and service sitemap
- 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.
2026-06-22 20:03:56 +02:00

12 lines
102 B
Text

*.env
*.secret
*.pem
*.key
*.sqlite
__pycache__/
*.pyc
.DS_Store
.auth
secrets/
credentials/
*_creds*