.gitignore 147 B

1234567891011
  1. # Python egg metadata, regenerated from source files by setuptools.
  2. /*.egg-info
  3. .DS_Store
  4. /main.py
  5. ._*
  6. .Trashes
  7. notes.txt
  8. .*
  9. ./tutorial/voronoi/*