From 7ab8d86396cf84cfeedae086f261b9596691d748 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sun, 08 Feb 2026 01:15:14 +0000 Subject: [PATCH] Try to allow vcs rebuilds --- .gitignore | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index c2960ef..55e2f0f --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,32 @@ -repo -!repo/build.sh +# Legacy +chroot +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