first commit

This commit is contained in:
2026-04-22 18:05:20 -05:00
commit 24cfd85ac2
41 changed files with 5791 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Dependencies
node_modules/
# Environment variables
.env
.env.local
.env.*.local
# Service Account credentials (NEVER commit!)
global/*.json
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Test coverage
coverage/
# Temporary files
*.tmp
.temp/