From 6cc793b7fa86ceb999631760f2e7f5003a6945fd Mon Sep 17 00:00:00 2001 From: Polina Date: Thu, 2 Jul 2026 16:47:20 +0000 Subject: [PATCH] venv --- .gitignore | 2 ++ pyvenv.cfg | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 pyvenv.cfg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49b53dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Created by venv; see https://docs.python.org/3/library/venv.html +* diff --git a/pyvenv.cfg b/pyvenv.cfg new file mode 100644 index 0000000..92458fc --- /dev/null +++ b/pyvenv.cfg @@ -0,0 +1,5 @@ +home = C:\Users\user\AppData\Local\Python\pythoncore-3.14-64 +include-system-site-packages = false +version = 3.14.4 +executable = C:\Users\user\AppData\Local\Python\pythoncore-3.14-64\python.exe +command = C:\Users\user\AppData\Local\Python\pythoncore-3.14-64\python.exe -m venv C:\Users\user\Desktop\ПРАКТИКАПОЛИНА\venv