Python tempfile
https://docs.python.org/ja/3/library/tempfile.html
使用例がオススメ
TemporaryFile
tempfile.NamedTemporaryFile
tempfile.TemporaryDirectory
unittestを用いたテストでもお世話になる
pytestでは組み込みフィクスチャを使うので不要
tempfile.gettempdir()
一時ファイルに用いられるディレクトリの名前を返します。