From 5bf209098ff501a67e380a025dd44985453ad63c Mon Sep 17 00:00:00 2001 From: Franoosh Date: Fri, 25 Jul 2025 17:13:38 +0200 Subject: Initial commit. Proof of concept message passing between client <-> router <-> worker with rudimentary caching --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b478e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.log -- cgit v1.2.3-65-gdbad