feat: scaffold mololog project with gitignore, makefile, setup.cfg, and skeleton client/server modules

This commit is contained in:
2024-12-05 06:35:28 +00:00
commit 5cd2f5c915
14 changed files with 265 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.vscode
.history
.venv
__pycache__
dist
mololog.db*
.trigger-2024-12-02 13:37:42