From 42b7a88c3d63ade7a3e6876d2ee8e6760fe571c7 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]