Mirgate project to go

This commit is contained in:
2025-10-02 13:23:09 +02:00
parent d0c2a48238
commit 0e54a6019e
40 changed files with 325 additions and 272 deletions

20
.gitignore vendored
View File

@@ -1,21 +1,10 @@
# Nim compiler cache
nimcache/
nimcache_*/
nimcache.*
# Nimble package manager cache and build metadata
nimblecache/
nimbledeps/
*.nimbledir/
*.nimblecache
*.nims.lock
*.nimsbak
# Build outputs
bin/
build/
htmldocs/
jsondocs/
# Go tool artifacts
*.test
coverage.out
# Compiled binaries and objects
*.exe
@@ -44,5 +33,4 @@ jsondocs/
Thumbs.db
.idea/
.vscode/
project.nimcache/