Updated script
This commit is contained in:
parent
47cc5039b8
commit
80255b2012
11 changed files with 1562 additions and 286 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue