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.
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.