From 21d73bc1859b14df0bbc5211075c8f50b9be485e Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 6 May 2025 14:09:26 +0000 Subject: [PATCH] chore: add .gitignore with build artifacts and test binaries --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d01cf9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +irc_echo_boy.py +irc_server +load_test +motd.txt