Initial Commit

This commit is contained in:
2026-01-22 16:39:18 +00:00
parent 182e8bc58b
commit 6338303e9e

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Dependencies
node_modules/
# Environment / secrets
.env
.env.*
# Logs
npm-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS / editor junk
.DS_Store
.vscode
.idea