.gitignore 170 B

1234567891011
  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. /env
  8. /.cache