Git: Force script files to use Unix line endings.
diff --git a/.gitattributes b/.gitattributes
index ecdec05..dcd1454 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -15,3 +15,6 @@
 # Denote all files that are truly binary and should not be modified.
 *.png binary
 *.jpg binary
+# Script files
+*.py text eol=lf
+*.sh text eol=lf