Remove node_modules from git, update .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-24 02:22:41 +00:00
parent 80f1e96e6b
commit aa4c08a1b1
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -5,3 +5,6 @@ __pycache__/
.env
*.egg-info/
.venv/
node_modules/
.next/
dist/