Put this right after the RewriteBase. It should prevent rewrites for all files with those extensions. Added any other extensions you want.
Code:
RewriteRule ^*\.(jpe?g|png|gif|css)$ -
(Not tested)
I don't think this will impact
SEO, one way or another.