Initial commit

This commit is contained in:
Developer
2026-02-06 21:44:04 -06:00
commit f85e93c7a6
151 changed files with 22916 additions and 0 deletions

75
.gitignore vendored Normal file
View File

@@ -0,0 +1,75 @@
# ===============================
# Dependencies
# ===============================
node_modules/
.pnp
.pnp.js
# ===============================
# Next.js build output
# ===============================
.next/
out/
# ===============================
# Production builds
# ===============================
dist/
build/
# ===============================
# Logs
# ===============================
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
logs/
*.log
# ===============================
# Environment variables
# ===============================
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# ===============================
# TypeScript
# ===============================
*.tsbuildinfo
# ===============================
# Cache & tooling
# ===============================
.cache/
.eslintcache
.turbo/
.vercel/
.next/cache/
# ===============================
# Testing
# ===============================
coverage/
# ===============================
# IDE / OS
# ===============================
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# ===============================
# Misc
# ===============================
*.pem
*.key