This is a follow-up to #131 (comment)
It should have moved the inputs in the first place to avoid duplicating them. There is no value in duplicating them. While .git
can de-duplicate the files internally, it still hurts storage when the files are checked out. Also it hurts CPU when the fuzz runner is running the same input twice.