LowellObservatory / NightWatch

A system to display a set of important information at an observatory.
2 stars 0 forks source link

Removing pyc files, and banishing them via gitignore #15

Closed astrobokonon closed 5 years ago

astrobokonon commented 5 years ago

I think this is all the pyc files that were lingering in the repo, I've removed them and updated the .gitignore file to keep them out of here going forward. At some point we should probably adopt/centralize a .gitignore file rather than have individual ones per repo, similar to the pylintrc file I put up at TheSyndicate here: https://github.com/LowellObservatory/TheSyndicate/blob/master/Standards/pylintrc.

I'm keeping this as a PR rather than a commit onto master because I didn't want to blow up anything lingering you had worked on for the presentation last week.