There's a hidden .sencha directory in generated projects, that's probably what you've missed.
Delete the whole directory (flags: r=recursive, f=force may be needed for the hidden directory):
rm -rf /Users/guillaumecharron/Sites/Prototype
Then your script should work again.