.gitignore 59 B

12345678
  1. .DS_Store
  2. .vscode
  3. .env
  4. .venv
  5. *.spec
  6. build
  7. dist
  8. __pycache__