From cddc809f02e2680850b9b898efdad70fcfd461ba Mon Sep 17 00:00:00 2001 From: P0luz Date: Tue, 21 Apr 2026 19:05:22 +0800 Subject: [PATCH] chore(gitignore): exclude private memory data and dev test suites - data/ : local user memory buckets (privacy) - tests/integration/, tests/regression/, tests/unit/ : developer-only test suites kept out of upstream --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7cdbf3f..845d067 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ scarp_paper backup_*/ *.db import_state.json +data/ +tests/integration/ +tests/regression/ +tests/unit/