Initial commit

This commit is contained in:
Test User
2025-11-20 15:35:25 -08:00
commit bfbe3ee8b7
59 changed files with 7187 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Dependencies
node_modules/
lib/
# Build outputs
out/
dist/
cache/
artifacts/
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
logs/
# Testing
coverage/
coverage.json
# Temporary
*.tmp
.DS_Store