bunch of updates

This commit is contained in:
2024-01-18 23:54:57 -06:00
parent 266c262ff5
commit dda3344a7f
11 changed files with 399 additions and 5 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
*.code-workspace
*.kate-swp
build/*
#these are the generated source files for the embedded protobuf
src/protogen/*
#python virtual environment
*/venv/*