Add .gitignore and remove tracked build artifacts (bin/obj)

This commit is contained in:
Joseph Doherty
2026-03-16 18:38:00 -04:00
parent 34190e1347
commit fed5f5a82c
2341 changed files with 31 additions and 82583 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Build results
[Bb]in/
[Oo]bj/
[Dd]ebug/
[Rr]elease/
# NuGet
*.nupkg
.nuget/
packages/
# IDE
.vs/
.idea/
*.suo
*.user
*.userosscache
*.sln.docstates
*.swp
# OS
.DS_Store
Thumbs.db
# Python
__pycache__/
*.pyc
# Test results
TestResults/
*.trx