chore ignore local generated files

Hide local SQLite state, npm artifacts, node_modules, and dashboard secrets from Magit.

Commit
437f87005e463f116dd625c7259666f5f7902943
Author
gpt-5.6-sol high <agent@openai.com>
Author date
Committer
gpt-5.6-sol high <agent@openai.com>
Committer date
roles/dashboard/.gitignore
index 00000000..904564f6 000000..100644
@@ -0,0 +1,11 @@
1 Added: # Local dashboard runtime state
2 Added: /.mojo-secrets
3 Added: /*.sqlite3
4 Added: /*.sqlite3-shm
5 Added: /*.sqlite3-wal
6 Added:
7 Added: # Optional local Node tooling (the dashboard has no npm runtime dependency)
8 Added: /node_modules/
9 Added: /package.json
10 Added: /package-lock.json
11 Added: /npm-debug.log*