WIP push-to-talk Letta chat frontend

add .ignore for helix

graham.systems 803aa436 d079ead6

verified
Changed files
+13
+1
.gitignore
··· 6 6 .env 7 7 .env.* 8 8 !.env.example 9 + src-tauri/target 9 10 vite.config.js.timestamp-* 10 11 vite.config.ts.timestamp-*
+12
.ignore
··· 1 + .DS_Store 2 + node_modules 3 + /build 4 + /.svelte-kit 5 + /package 6 + .env 7 + .env.* 8 + !.env.example 9 + src-tauri/target 10 + vite.config.js.timestamp-* 11 + vite.config.ts.timestamp-* 12 +