'ignore' does not work for copy and copy_folder drivers. ignore=ignore_patterns() is a kwarg for copytree() but is provided as a non-keyworded argument in copy and copy_folder drivers. Just adding the keyword ignore= will fix the issue. I see that copy driver is removed and this issue is also fixed in the github repo but not on PyPI released version. Is it possible to release the latest version on master branch to PyPI?