Since version 24.7.0 (and PR #622) there is an "ignore" configuration option that allows users to specify files that are known to have "wrong" filenames but still belong in the fragments directory.
It would be very helpful if this "ignore" option supported wildcards in filenames. For example:
[tool.towncrier]
ignore = [".gitempty", "useful_file_num*.ext"]
Thanks!