.gitignore 156 B

12345678
  1. # Compiled python modules.
  2. *.pyc
  3. # Setuptools distribution folder.
  4. /dist/
  5. # Python egg metadata, regenerated from source files by setuptools.
  6. /*.egg-info