From 6a861c1e373d5aa682a7377ec9bd15d8f58e5a74 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Thu, 8 Jan 2026 13:51:04 +0000 Subject: [PATCH] Add .pybuild/ and */_version.py to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a01bc69..5ab03d8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__/ *.so .Python build/ +.pybuild/ develop-eggs/ dist/ downloads/ @@ -23,6 +24,7 @@ share/python-wheels/ *.egg-info/ .installed.cfg *.egg +*/_version.py # Virtual environments .venv/