From 2e59c0ef5b56216718adc9b041e0a2fffd47f856 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 25 May 2026 21:19:02 +0200 Subject: [PATCH] chore(normalizer): unignore canonical-persons-tree.json from out/ exclusion --- tools/import-normalizer/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/import-normalizer/.gitignore b/tools/import-normalizer/.gitignore index d48fb3f8..426c6709 100644 --- a/tools/import-normalizer/.gitignore +++ b/tools/import-normalizer/.gitignore @@ -1,5 +1,6 @@ .venv/ out/ +!out/canonical-persons-tree.json review/ __pycache__/ *.pyc