Add core modules (SSH args parser, cache, resolver, NetBox client) with tests
Release / release (push) Failing after 51s

This commit is contained in:
Sebastian Unterschütz
2026-05-23 12:38:41 +02:00
commit 8ef4bbec16
24 changed files with 2524 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# binary
netssh
dist/
# Go test artifacts
*.test
*.out
# environment / secrets
.env
*.env
# editor
.idea/
.vscode/
*.swp
*~
# OS
.DS_Store
Thumbs.db