tempfile:
A (often short lived) file, automatically created for reasons like storing data that no longer fit into memory, for inter-process communication or to save state for possible crash recovery. Many programming platforms provide means functions to work with such files easier.