.gitignore 165 B

12345678910
  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
  7. /.cache