commit 0d5d814021426ac9916032c3b97a609d8b3e53f4 Author: HypoxiE Date: Sat Jul 26 19:32:41 2025 +0300 Первый коммит diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf7cf90 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ + +venv/ + +__pycache__/ +*.pyc + +.env +.secrets +secrets/ \ No newline at end of file diff --git a/CoreSub.py b/CoreSub.py new file mode 100644 index 0000000..e69de29