init commit

This commit is contained in:
2025-04-07 11:45:14 -05:00
commit 644ef8d5c8
30 changed files with 1422 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# Secrets
Keys.cs
# Playwright
/node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
# etc
/bin
/test-results/
/test-examples/
/obj
/.github/