# Regex-engine allowlist (see scripts/check_regex_engine.py, ENG-4056).
#
# Each line is a file still importing a backtracking regex engine (stdlib
# `re` or the `regex` package), grandfathered in when the RE2 migration
# started. This file is a RATCHET: it may only shrink.
#
# - New imports are NOT added here. Use runlayer_cli.regex_safe instead.
# - When you migrate a file, delete its line (the check fails on stale lines).
#
# Format: <path relative to cli/> -> <banned module>


