From f02c4e9f02ce2948a7220f1c4f6d75171b913a4a 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/