.gitignore 136 B

1234567891011121314151617
  1. # Python-generated files
  2. __pycache__/
  3. *.py[oc]
  4. build/
  5. dist/
  6. wheels/
  7. *.egg-info
  8. # Virtual environments
  9. .venv
  10. myenv
  11. imgs
  12. fonts
  13. result