.gitignore 223 B

123456789101112131415
  1. # Dependency directories
  2. node_modules/
  3. # Local offline bundled assets
  4. desktop-app/resources/libs/
  5. # Testing reports and outputs
  6. playwright-report/
  7. test-results/
  8. .pytest_cache/
  9. __pycache__/
  10. # OS files
  11. .DS_Store
  12. Thumbs.db