Avoid finding readonly text inputs

Avoid finding readonly text inputs

$(this).closest('form').find("input[type=text], textarea").val("");

I would like to change the above to avoid finding any readonly inputs. The documentation for the :not doesn't meet my needs.