wardellbagby / HangoutsBot

Python 3 Bot for Hangouts
GNU General Public License v3.0
38 stars 25 forks source link

Removing *.pyc files and ignoring them in the .gitignore #5

Closed dav-s closed 9 years ago

dav-s commented 9 years ago

Hi!

I don't think you need to include *.pyc files in this repository. They are just Python byte-code files that are built to save time. In some cases, errors can occur by leaving these files inside repo.

I removed hangupsbot.pyc as it was the only *.pyc file in the repository. It is out of date with hangupsbot.py by 3 months anyways.

I added *.pyc to the .gitignore so that git will ignore commiting *.pyc files.

Thanks!

dav-s commented 9 years ago

Side Question: Is there a reason for not having issues on this project?

wardellbagby commented 9 years ago

Meh, I mostly use this in group chats with my friends, so I don't care too much about issue tracking since I keep it small-time.