Initial commit

This commit is contained in:
2025-10-22 10:23:49 -07:00
commit ed6cf5e2af
78 changed files with 14686 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Environment files
.env
.env.local
.env.production
# Dependencies
node_modules/
**/node_modules/
# Build outputs
dist/
**/dist/
.astro/
**/.astro/
build/
**/build/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
coverage/
# Temporary files
*.tmp
.cache/