From e176f9bfb901a62c7f6702d3182e837c5ff6e8e6 Mon Sep 17 00:00:00 2001 From: Ciphercat <78522797+0xrsydn@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:19:49 +0000 Subject: [PATCH] chore: add .gitignore for node_modules, target, and large research files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa7191a --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +target/ + +# Large research data files (tracked in Git LFS or kept local-only) +research/*.pdf +research/*.ndjson