Initial commit

This commit is contained in:
2025-11-07 22:42:03 +01:00
commit 5fb118dd23
5 changed files with 98 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Dependencies
node_modules/
# Build output
dist/
build/
# TypeScript cache
*.tsbuildinfo
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env