- Added `defaults.json` to .gitignore to prevent tracking of generated defaults.
- Updated `ImportExport.tsx` to utilize the new default set structure and removed direct dependency on `defaultRoutingConfig`.
- Modified `TrafficRouting.tsx` to directly use the routing configuration from the set without fallback to `defaultRoutingConfig`.
- Refactored `createDefaultSet` in `defaults.ts` to generate default configurations from `defaults.json` instead of hardcoded values.
- Introduced TypeScript declaration file for `defaults.json` to ensure type safety.
- Added a new Go script `gendefaults.go` to generate `defaults.json` from the configuration structure.