.gitignore 279 B

1234567891011121314151617181920212223242526272829303132
  1. *.pyc
  2. last_stream\.html
  3. looper\.sh
  4. credentials\.json
  5. pyinstalive\.ini
  6. # Distribution / packaging
  7. .Python
  8. build/
  9. develop-eggs/
  10. dist/
  11. downloads/
  12. eggs/
  13. .eggs/
  14. lib/
  15. lib64/
  16. parts/
  17. sdist/
  18. var/
  19. wheels/
  20. *.egg-info/
  21. .installed.cfg
  22. *.egg
  23. MANIFEST
  24. *.json
  25. .python-version
  26. snippets\.py