.gitignore 178 B

12345678910111213
  1. /build
  2. /env
  3. # Compiled python modules.
  4. *.pyc
  5. # Setuptools distribution folder.
  6. /dist/
  7. # Python egg metadata, regenerated from source files by setuptools.
  8. /*.egg-info
  9. /.cache