tylerjereddy / py_sphere_Voronoi

Python utility code for handling spherical Voronoi Diagrams
MIT License
24 stars 14 forks source link

removed *.pyc file and added a .gitignore #3

Closed niknow closed 9 years ago

niknow commented 9 years ago

Hey,

you accidentally commited a .pyc file into the repo, which should'nt be there. I removed the .pyc-file and added a standard .gitignore file, which should prevent this from happening in the future.