[PATCH] tuna: Add common virtual envs gitignores

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
Signed-off-by: John B. Wyatt IV <sageofredondo@xxxxxxxxx>
---
 .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





[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux