How do you delete untracked local files from your current working tree?
git clean -f
will remove the untracked files from the current git
git clean -fd
when you want to remove directories and files, this will delete only untracked directories and files