Is there an option to restrict git diff to a given set of file extensions?
git diff
To include files recursively (including current dir) this worked for me:
git diff -- '***.py'