From: Vincent Fazio <vfazio@gmail.com>
To: linux-gpio@vger.kernel.org
Cc: Vincent Fazio <vfazio@gmail.com>
Subject: [libgpiod][PATCH] bindings: python: update .gitignore
Date: Sat, 28 Mar 2026 10:38:19 -0500 [thread overview]
Message-ID: <20260328153819.57025-1-vfazio@gmail.com> (raw)
Update gitignore to ignore common cache directories used by linters as
well as common virtual environment patterns.
Signed-off-by: Vincent Fazio <vfazio@gmail.com>
---
bindings/python/.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore
index fce31f5..eaa8c8a 100644
--- a/bindings/python/.gitignore
+++ b/bindings/python/.gitignore
@@ -1,6 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# SPDX-FileCopyrightText: 2017-2022 Bartosz Golaszewski <brgl@bgdev.pl>
+.venv/
+venv/
+.mypy_cache/
+.ruff_cache/
build/
__pycache__/
dist/
--
2.43.0
next reply other threads:[~2026-03-28 15:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-28 15:38 Vincent Fazio [this message]
2026-03-30 9:04 ` [libgpiod][PATCH] bindings: python: update .gitignore Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260328153819.57025-1-vfazio@gmail.com \
--to=vfazio@gmail.com \
--cc=linux-gpio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox