fix: add node_modules to gitignore (#16515)

diff --git a/.gitignore b/.gitignore
index 68272c7..1652244 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 *.swo
 __pycache__
 *~
+node_modules/
\ No newline at end of file