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