chore(repo): initialize repository structure

- Adds base src/tests/docs scaffolding
- Preserves planning and documentation artifacts
- Applies baseline ignore patterns for .NET and container workflows
- Sets development as the working branch
This commit is contained in:
jrenewhite 2026-02-21 20:48:14 -06:00 committed by José René White Enciso
commit 87076b9f3d

53
.gitignore vendored Normal file
View File

@ -0,0 +1,53 @@
# AgileWebs local orchestration
.tasks/
.agile/
# Build artifacts
**/[Bb]in/
**/[Oo]bj/
/**/out/
/**/artifacts/
# IDE and editor files
.vs/
.idea/
.vscode/
*.suo
*.user
*.userosscache
*.sln.docstates
*.rsuser
*.swp
*.swo
# NuGet
*.nupkg
*.snupkg
**/packages/*
!**/packages/build/
# Test output
**/TestResults/
*.trx
*.coverage
*.coveragexml
# Logs
*.log
logs/
# Local environment files
.env
.env.*
!.env.example
# Docker
.docker/
**/.docker/
*.pid
docker-compose.override.yml
docker-compose.*.override.yml
# OS files
.DS_Store
Thumbs.db