<div dir="ltr"><div><div><div><div><div><div>Hi Folks,<br><br></div>I have a task to synchronize folders but some files should be remained untouched.<br></div>I think this is a very common task.<br><br></div>I found that shutil.copytree() has ignore_patterns() but rmtree() has not.<br><br></div>So here comes my idea: add ignore_patterns() to rmtree() it is a good feature and makes the functions symmetric.<br><br></div>BR,<br></div>George<br></div>