This is answered in "Way to have compiled python files in a seperate folder?"
Short story: No.
To clarify: You can compile bytecode and put it elsewhere as per Brian R. Bondy's suggestion, but unless you actually run it from there (and not from the folder you want to keep pristine) Python will still output bytecode where the .py files are.
