From f42cfda65a035a8708baf36b9c212d8b8e33516a Mon Sep 17 00:00:00 2001 From: Matthias Jaros Date: Thu, 22 Jan 2026 21:05:16 +0100 Subject: Working version with semaphore counter and rate limiter --- .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..9acf3a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# java +/target -- cgit v1.3.1