scripts: Remove .pyc file from repo

Add *.pyc to the .gitignore, and remove the file that got mistakenly
checked in.
diff --git a/.gitignore b/.gitignore
index b6aa568..8aaaf2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 outdir/
 .*.swp
 target.sh
+*.pyc
diff --git a/scripts/newtimg.pyc b/scripts/newtimg.pyc
deleted file mode 100644
index 9bdc5c1..0000000
--- a/scripts/newtimg.pyc
+++ /dev/null
Binary files differ