From d68e2f2d0be6ac49e547775ece8655a720f6292f Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 07 Feb 2026 23:18:28 +0000 Subject: [PATCH] Try to fix cli --- .gitignore | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 92b51e6..55e2f0f 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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