currently in-tree files like wallet/test/fuzz/coinselection.cpp are missed. Also out-of-tree files like test/data/bip341_wallet_vectors.json.h or qt/moc_qvaluecombobox.cpp are included.
Change the script to only use in-tree files.
Also, change 'python3' to sys.executable.