feat(normalizer): scaffold tool + config tables

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-25 13:18:52 +02:00
parent 6f7aa643c9
commit 8f6f4f2d62
6 changed files with 124 additions and 0 deletions

4
.gitignore vendored
View File

@@ -26,3 +26,7 @@ node_modules/
# Repo uses npm; yarn.lock is ignored to avoid double-lockfile drift.
frontend/yarn.lock
**/.venv/
**/__pycache__/
*.pyc