diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..4f25d6d
Binary files /dev/null and b/.DS_Store differ
diff --git a/.gitignore b/.gitignore
index 5226c41..ebdf578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -204,4 +204,5 @@ marimo/_static/
marimo/_lsp/
__marimo__/
backup
-.vscode
\ No newline at end of file
+.vscode
+node_modules
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index b0d0698..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "makefile.configureOnOpen": true
-}
\ No newline at end of file
diff --git a/assets/demo/.DS_Store b/assets/demo/.DS_Store
new file mode 100644
index 0000000..82adb9a
Binary files /dev/null and b/assets/demo/.DS_Store differ
diff --git a/next-env.d.ts b/next-env.d.ts
new file mode 100644
index 0000000..40c3d68
--- /dev/null
+++ b/next-env.d.ts
@@ -0,0 +1,5 @@
+///
+///
+
+// NOTE: This file should not be edited
+// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.