/ .gitignore
.gitignore
 1  .eggs/
 2  *.egg-info/
 3  dist
 4  *.pyc
 5  _build/
 6  *.mpy
 7  .DS_Store
 8  .env
 9  build*
10  bundles