public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
* [libgpiod][PATCH] bindings: python: update .gitignore
@ 2026-03-28 15:38 Vincent Fazio
  2026-03-30  9:04 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Fazio @ 2026-03-28 15:38 UTC (permalink / raw)
  To: linux-gpio; +Cc: Vincent Fazio

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-30  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-28 15:38 [libgpiod][PATCH] bindings: python: update .gitignore Vincent Fazio
2026-03-30  9:04 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox