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.
This commit is contained in:
teknium 2026-01-29 06:04:25 +00:00
parent b78076cac7
commit 54ca0997ee

5
.gitignore vendored
View file

@ -30,4 +30,7 @@ run_datagen_megascience_glm4-6.sh
run_datagen_sonnet.sh
source-data/*
run_datagen_megascience_glm4-6.sh
data/*
data/*
node_modules/
browser-use/
agent-browser/