Add complete Government Travel Cost Estimator web application

Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-13 13:52:15 +00:00
parent 5e2521bff9
commit 4372cc0904
11 changed files with 2069 additions and 1 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Dependencies
node_modules/
package-lock.json
# Configuration (contains API keys)
config.local.js
# Build artifacts
dist/
build/
*.min.js
*.min.css
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Testing
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp