fix(git): ignore node_modules

This commit is contained in:
Barrett Ruth 2025-12-04 18:10:19 -05:00
parent f91fbb2ca0
commit 944d37dc75
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ venv/
CLAUDE.md
__pycache__
.claude/
node_modules/