chore: add copyright headers, CI tests, and sanitize gitignore

This commit is contained in:
DmitrL-dev 2026-03-31 22:13:34 +10:00
parent 5cbb3d89d3
commit d1f844235e
325 changed files with 2267 additions and 902 deletions

35
.gitignore vendored Normal file
View file

@ -0,0 +1,35 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
gomcp
soc
immune
sidecar
dist/
# Databases
*.db
*.sqlite
*.sqlite3
*.wal
*.shm
# Logs & Secrets
*.log
.env
*.key
.decisions.log
sentinel_leash
.rlm/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Vendor
vendor/