Updated script

This commit is contained in:
MaddoScientisto 2026-02-09 21:29:47 +01:00
commit 80255b2012
11 changed files with 1562 additions and 286 deletions

7
.gitignore vendored
View file

@ -1,3 +1,6 @@
# User configuration file (contains personal settings)
config.json
# Environments
.env
archive
@ -8,4 +11,6 @@ subprocess_time.py
env2/**
venv3/**
.gitignore
bin/**
bin/**
\n+# Ignore any virtual environment directories starting with 'venv' (venv, venv3, venv314, etc.)
venv*/