diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f75716 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Кэш Python (не нужен в репозитории) +__pycache__/ +*.pyc diff --git a/site/__pycache__/app.cpython-312.pyc b/site/__pycache__/app.cpython-312.pyc deleted file mode 100644 index 5c30106..0000000 Binary files a/site/__pycache__/app.cpython-312.pyc and /dev/null differ