This commit is contained in:
Gabrieal Jimmy
2026-07-16 13:14:58 -05:00
commit f321976d70
18 changed files with 2435 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# .NET build output
bin/
obj/
out/
# Build artifacts
dist/
publish/
# Rider / Visual Studio / VS Code
.idea/
.vs/
.vscode/
*.user
*.suo
# OS noise
.DS_Store
Thumbs.db