Digitale bierlijst

.gitignore 176B

123456789101112
  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. /*.egg
  8. .mypy_cache