From 17d8e2ee60338b8b7bfd63d5810ac9dc8ffb1ccc Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 19 Feb 2026 03:39:43 +0000 Subject: [PATCH] Check official repos by default --- .gitignore | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 6606359..55e2f0f 100755 --- 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