From c0a5131c7d05b6dfc67aa7c1ae5e503fdbd1d533 Mon Sep 17 00:00:00 2001 From: serversdown Date: Mon, 13 Apr 2026 21:59:52 +0000 Subject: [PATCH] chore: add python build artifacts to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 212a2eb..d6e4855 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ /manuals/ +# Python build artifacts +*.egg-info/ +dist/ +build/ + # Python bytecode __pycache__/ *.py[cod]