am 0b1ee9ec: Ignore .pyc files.

* commit '0b1ee9ec23565fd52a6f20d996a16977d0fa7ead':
  Ignore .pyc files.
diff --git a/bin/python-config.sh b/bin/python-config.sh
index d3e6359..5d635bb 100755
--- a/bin/python-config.sh
+++ b/bin/python-config.sh
@@ -31,7 +31,7 @@
     echo $RESULT
 }
 
-prefix_build="/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64"
+prefix_build="$TMPDIR/buildhost/install/prebuilt/darwin-x86_64"
 prefix_real=$(installed_prefix "$0")
 
 # Use sed to fix paths from their built to locations to their installed to locations.