Digitale bierlijst

.gitignore 198B

12345678910111213
  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. # Type checking cache
  9. .mypy_cache