Intial Commit

This commit is contained in:
2025-10-25 17:31:21 -04:00
parent 8d0e506b18
commit 39e49739c9
13 changed files with 3567 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Node
node_modules/
# Build output
dist/
.cache/
tmp/
*.tsbuildinfo
# Runtime artifacts
uploads/
generated/
# Environment files
.env
.env.*
!.env.example
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS / Editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
# Coverage
coverage/