.gitignore 80 B

123456789101112
  1. *.pyc
  2. *.bak
  3. .DS_Store
  4. dist/
  5. node_modules/
  6. npm-debug.log
  7. .editorconfig
  8. .idea/