BradRuderman/pyhs2

Code should not have build artifacts checked in

Closed this issue · 1 comments

Currently, there are a bunch of .pyc files checked in, as well as the build directory (created by distutils). These don't really add any value (they will always be generated automatically, and you can't really compare them between commits), and make it more difficult to develop, since you end up with a bunch of changes that you don't care about. As a developer, it's much easier to have these built automatically and ignored by version control.

Good points, and miss on my part. I have merged the request and am updating the git ignore build files.