This commit is contained in:
Team3
2026-06-06 16:07:04 +02:00
parent 18bb18bf4a
commit 4aa3130807
19 changed files with 861 additions and 206 deletions

View File

@@ -23,7 +23,7 @@ def bausteine_topics() -> list[str]:
return []
return [
p.stem for p in bdir.glob("*.md")
if not re.search(r"\.(recherche-\d+|auswahl)$", p.stem)
if not re.search(r"\.(recherche-\d+|auswahl(-\d+|-check)?|einordnung-\d+|final-check|sortierung)$", p.stem)
]