Сохранить файл в скрытой папке Windows Python
import os
os.system( "attrib +h myFile.txt" )
Energetic Elephant
import os
os.system( "attrib +h myFile.txt" )