Initial commit: LOGAR edge-thin log analysis system with OpenPGP encryption, authenticated TCP sockets, 4-run persistence rule, Hermes reporting, and modular shippables

This commit is contained in:
2026-09-03 21:05:28 +02:00
commit c5d364b289
26 changed files with 2667 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# Virtual Environment
venv/
env/
ENV/
# Python cache & build
__pycache__/
*.py[cod]
*$py.class
build/
dist/
*.spec
# Database files & state
*.db
*.sqlite
*.sqlite3
# Live configuration with generated private keys & tokens (samples are tracked)
server_config.json
client_config.json
test_*.json
test_*.db
# IDE & OS files
.vscode/
.idea/
Thumbs.db
Desktop.ini
.DS_Store