From c787ed751ca2a08bb7a74ed2d5e49928210b97d4 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 25 Mar 2026 15:12:57 -0700 Subject: [PATCH] chore: gitignore web/node_modules and web/dist --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5469fbb..4e81ab0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ dist/ .pytest_cache/ data/ .superpowers/ +web/node_modules/ +web/dist/