From c925e892bc095941d37edad898b7603e7e18da29 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 8 Apr 2026 00:13:28 +0200 Subject: [PATCH] Ignore pip build artifacts. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 94d4066..fd6308d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /build +/dist +/automanga.egg-info *.pyc -- 2.39.5