Initial scaffolding: module, directory structure, Makefile, linter config

This commit is contained in:
2026-03-19 11:29:32 -07:00
commit 369558132b
16 changed files with 3297 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Binaries
/mcrsrv
/mcr-web
/mcrctl
# Runtime data
srv/
# Database files
*.db
*.db-wal
*.db-shm
# IDE
.idea/
.vscode/
# OS
.DS_Store