chore: initial repo scaffolding

This commit is contained in:
root
2026-05-31 01:22:10 +10:00
commit 0ede9fead8
5 changed files with 57 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
node_modules/
.env
*.log
coverage/
.DS_Store