From 700cfa5a81dab4a8e22136fe6a889a346df4bb04 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 12 Feb 2026 03:29:49 +0000
Subject: [PATCH] Add an option to email on every build or only on failures

---
 .gitignore |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
index 6606359..55e2f0f
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,32 @@
+# Legacy
 chroot
-repo
+vars.sh
+
+# Python
+__pycache__/
+*.py[cod]
+*$py.class
+.venv/
+env/
+venv/
+ENV/
+
+# Distribution / Build
+dist/
+local_build/
+build/
+*.egg-info/
+
+# Tests / Coverage
+.pytest_cache/
+.coverage
+htmlcov/
+.mypy_cache/
+.ruff_cache/
+
+# Project Specific
+config.yaml
+repo/
+waitlist*
+errorfile
+logs/

--
Gitblit v1.10.0