Any footprint of temporary container files even after pod restarts?

I understand that files in a kubernetes container are ephemeral, they are stored on temporary storage directory of the host. I want to know, when a pod restarts, are these files also gone from the host storage too? Is there any sort of footprint of the file that is accessible from the host ? Just want to confirm that the files are completely gone from memory/disk once the pod restarts. Thanks