Initial commit

This commit is contained in:
2025-07-17 21:44:36 -04:00
commit f6b95ab306
7 changed files with 2328 additions and 0 deletions

13
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.o": true,
"**/*.exe": true,
"*.code-workspace": true,
".vscode": true,
}
}