chore(vscode-ext): ignore generated extension artifacts

Ignore extension build outputs and packaged artifacts so the branch stays clean after local development and commit hooks only evaluate source files.
This commit is contained in:
Vijay Janapa Reddi
2026-02-15 14:02:41 -05:00
parent 910240a3f6
commit d33e61b8cc

3
tinytorch/vscode-ext/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
node_modules/
out/
*.vsix