.gitignore 154 B

12345678910111213141516
  1. __pycache__/
  2. *$py.class
  3. debug/
  4. data/
  5. python/
  6. release/
  7. yt-local/
  8. banned_addresses.txt
  9. settings.txt
  10. get-pip.py
  11. latest-dist.zip
  12. *.7z
  13. *.zip
  14. *venv*
  15. flycheck_*