* [PATCH] tuna: Add common virtual envs gitignores
@ 2025-08-13 20:08 John B. Wyatt IV
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2025-08-13 20:08 UTC | newest]
Thread overview: (only message) (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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).