TBTerra / spawnScan

scanner specialized for finding spawn points in pokemon go
116 stars 36 forks source link

Please remove .pyc files #30

Closed teshiron closed 8 years ago

teshiron commented 8 years ago

My machine seems to want to re-write the .pyc files every time I run spawnScan, which makes pulling down changes via git inconvenient at best.

Since you're providing the .py files anyway, the .pyc files are redundant and shouldn't be included in the repository. It would be really helpful if you could remove the existing .pyc files and use a .gitignore to exclude them in the future.

moriakaice commented 8 years ago

I've got a Pull Request open for exactly that: https://github.com/TBTerra/spawnScan/pull/21

Hegz commented 8 years ago

I think that was My bad. Sorry about that. Noob mistake.

TBTerra commented 8 years ago

ok ive removed them, closing this