.gitignore 160 B

12345678910111213141516
  1. # Temp files
  2. __pycache__/
  3. dist/
  4. flycheck*
  5. hypervideo_gui.egg-info
  6. *.spec
  7. *.json
  8. MANIFEST
  9. Changelog.txt
  10. README.txt
  11. # build
  12. hypervideo-gui.tar.gz
  13. # test
  14. env
  15. venv