chore: add workspace file, update gitignore, and sync package deps

Add monaco-editor to frontend deps, gitignore temp files (test_results.txt,
stats.html, .agents/), and add VS Code workspace config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-02-10 18:57:41 -05:00
parent 0e0e3572f4
commit 84fa554a7a
6 changed files with 314 additions and 18 deletions

5
.gitignore vendored
View File

@@ -208,6 +208,11 @@ __marimo__/
# Claude Code (local config, agents, settings)
.claude/
.agents/
# Temp/generated files
backend/test_results.txt
frontend/stats.html
# Railway CLI (local tooling)
node_modules/