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
This commit is contained in:
P0luz
2026-04-21 19:05:22 +08:00
parent 2646f8f7d0
commit cddc809f02

4
.gitignore vendored
View File

@@ -15,3 +15,7 @@ scarp_paper
backup_*/ backup_*/
*.db *.db
import_state.json import_state.json
data/
tests/integration/
tests/regression/
tests/unit/