Test globbing ignores transient _tmp_* files (
d9a5896)
Test discovery now filters out files matching ^_tmp_ when building the test pile, so leftover temporary artifacts from interrupted runs won't be picked up as fake tests. This makes the test list more robust and avoids confusing CI or local runs with phantom entries.
Other misc changes
- None