From 730031a8d9a9664e937f258b99122c32a238b345 Mon Sep 17 00:00:00 2001 From: Emmanuel HC Date: Wed, 8 Jul 2026 10:25:52 -0500 Subject: [PATCH] Initial commit: Production-ready CLI network tester --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..770c3a1 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,6 @@ +.venv/ +__pycache__/ +*.pyc +build/ +dist/ +*.spec \ No newline at end of file