initial commit

This commit is contained in:
michael
2026-03-03 17:59:56 -08:00
commit 1c8d5855e6
56 changed files with 11767 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Dependencies
node_modules/
# Build output
dist/
*.tsbuildinfo
# Turbo cache
.turbo/
# OS files
.DS_Store
Thumbs.db
# Editor
.idea/
.vscode/
*.swp
*.swo
# Env
.env
.env.local
# Logs
*.log
npm-debug.log*