os.remove 나 os.rmdir 등은 문제가 많음 (권한문제, 파일있으면 안되는 것 등)
os.remove
os.rmdir
import shutil shutil.rmtree(output_dir)