diff options
author | Franoosh <uinarf@autistici.org> | 2025-07-25 17:13:38 +0200 |
---|---|---|
committer | Franoosh <uinarf@autistici.org> | 2025-07-25 17:13:38 +0200 |
commit | 5bf209098ff501a67e380a025dd44985453ad63c (patch) | |
tree | 933b276a72ef308b2868f9d8a1f36bdcdeeaefb4 /.gitignore | |
download | ZeroMQ_Video_Streaming-5bf209098ff501a67e380a025dd44985453ad63c.tar.gz ZeroMQ_Video_Streaming-5bf209098ff501a67e380a025dd44985453ad63c.tar.bz2 ZeroMQ_Video_Streaming-5bf209098ff501a67e380a025dd44985453ad63c.zip |
Initial commit. Proof of concept message passing between client <-> router <-> worker with rudimentary cachingHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b478e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.log |