Forgive me if I've asked this before.
Does anyone have a script written to return all the files in folder as Catalog sees them?
I can use arcpy.ListFiles(), but I don't want to see all the components that make up a shapefile, I just want to see the shapefile.
Similarly, I could use arcpy.ListFeatureClasses() or ...Tables, etc., but that would ignore non-GIS files.
For example, how could I cleanly return the contents of this folder, more or less as I see it here?

Compare to file explorer:

Thanks!