From 54ca0997ee988ed20b2f553e1993197b57f99f9a Mon Sep 17 00:00:00 2001 From: teknium Date: Thu, 29 Jan 2026 06:04:25 +0000 Subject: [PATCH] Update .gitignore to include additional directories and files - Added entries for `node_modules/`, `browser-use/`, and `agent-browser/` to prevent unnecessary files from being tracked. - Updated `data/*` entry to `data/*` for consistency in ignoring data files. - Ensured no newline at the end of the file for proper formatting. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8445f2f6..5c220d45 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,7 @@ run_datagen_megascience_glm4-6.sh run_datagen_sonnet.sh source-data/* run_datagen_megascience_glm4-6.sh -data/* \ No newline at end of file +data/* +node_modules/ +browser-use/ +agent-browser/ \ No newline at end of file