How to ignore hidden files using os.listdir()?
My python script executes an os.listdir(path) where the path is a queue containing archives that I need to treat one by one.
My python script executes an os.listdir(path) where the path is a queue containing archives that I need to treat one by one.