diff --git a/venv/.gitignore b/venv/.gitignore new file mode 100644 index 0000000..4c3f3e8 --- /dev/null +++ b/venv/.gitignore @@ -0,0 +1,2 @@ +# created by virtualenv automatically +* diff --git a/venv/pyvenv.cfg b/venv/pyvenv.cfg new file mode 100644 index 0000000..06ab6d9 --- /dev/null +++ b/venv/pyvenv.cfg @@ -0,0 +1,8 @@ +home = C:\Users\blues\AppData\Local\Programs\Python\Python310 +implementation = CPython +version_info = 3.10.2.final.0 +virtualenv = 20.4.7 +include-system-site-packages = true +base-prefix = C:\Users\blues\AppData\Local\Programs\Python\Python310 +base-exec-prefix = C:\Users\blues\AppData\Local\Programs\Python\Python310 +base-executable = C:\Users\blues\AppData\Local\Programs\Python\Python310\python.exe