**Type:** Chore **Priority:** High **Phase:** Phase 0 **Depends on:** SETUP-01 ### Description Initialize the git repository and set up a proper `.gitignore` for .NET projects. ### Acceptance criteria - [ ] Repository initialized with `git init` - [ ] `.gitignore` includes `bin/`, `obj/`, `.vs/`, `appsettings.*.local.json` - [ ] First commit made
Type: Chore
Priority: High
Phase: Phase 0
Depends on: SETUP-01
Description
Initialize the git repository and set up a proper
.gitignorefor .NET projects.Acceptance criteria
git init.gitignoreincludesbin/,obj/,.vs/,appsettings.*.local.json