commit b7ccb16c7c0514d92d71e133f31d3159f4fc5a60 Author: stud204007 Date: Tue Apr 28 09:49:20 2026 +0300 Первоначальная настройка diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a585e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.venv/ +__pycache__/ +*.pyc \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c1bf8d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +" ⥢묨 ᮥﬨ Python" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ed41b5e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +certifi==2026.4.22 +charset-normalizer==3.4.7 +idna==3.13 +requests==2.33.1 +urllib3==2.6.3