From 0e7b2e49585e3725736ae380cbd2dfb28fea5093 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Added 'Common.py' module. [#27] Not exactly a 'tappable pipe', this simple communications module allows for IPC between individual Salis organisms and different simulations via UDP sockets. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 015126d..077c454 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +TODO.md bin/__pycache__/* bin/modules/__pycache__/* +bin/network/*.json bin/error.log bin/lib/libsalis-*.so bin/sims/*.sim -- cgit v1.2.1