From 5a7ef146342083891ad409f4c09fc26a0f8284c9 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Mon, 5 Jan 2026 14:53:02 +0000 Subject: [PATCH] feat: Update .gitignore to include additional configuration and log files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index b9ca82b..1769786 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__/ *.so .Python build/ +.pybuild/ repeater/_version.py develop-eggs/ dist/ @@ -24,6 +25,12 @@ share/python-wheels/ *.egg-info/ .installed.cfg *.egg +DEBIAN/ +debian/files +debian/.debhelper/ +debian/pymc-repeater/ +debian/pymc-repeater.debhelper.log +debian/pymc-repeater.substvars # Virtual environments .venv/