From dc96e98618fe4739210d10ee546b105e36433d02 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 07 Feb 2026 21:09:40 +0000 Subject: [PATCH] Intiial python rewrite of repository --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index fa32393..55e2f0f --- a/.gitignore +++ b/.gitignore @@ -1 +1,32 @@ +# 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