All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tuna: Add common virtual envs gitignores
@ 2025-08-13 20:08 John B. Wyatt IV
  2025-09-18 18:06 ` John Kacur
  0 siblings, 1 reply; 3+ messages in thread
From: John B. Wyatt IV @ 2025-08-13 20:08 UTC (permalink / raw)
  To: Clark Williams, John Kacur
  Cc: John B. Wyatt IV, linux-rt-users, kernel-rts-sst,
	John B. Wyatt IV

Virtual environments are a common method to develop in the Python world.
The virtual environment directories are ignored.

Copied partially from https://github.com/github/gitignore/blob/main/Python.gitignore

License of copied text: CC0-1.0 (Public Domain declaration)
https://github.com/github/gitignore/blob/main/LICENSE

Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com>
---
 .gitignore | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitignore b/.gitignore
index 29b00a0..1fa5bbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,13 @@
 *~
 *.swp
 tags
+
+# Environments
+.env
+.envrc
+.venv
+env/
+venv/
+ENV/
+env.bak/
+venv.bak/
-- 
2.50.1


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

end of thread, other threads:[~2025-09-22 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 20:08 [PATCH] tuna: Add common virtual envs gitignores John B. Wyatt IV
2025-09-18 18:06 ` John Kacur
2025-09-22 15:50   ` John B. Wyatt IV

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.