diff --git a/.gitignore b/.gitignore index 536d3ef..0001ce6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .venv/ *.md -*/__pycache__/ +**/__pycache__/ *.pyc !README.md diff --git a/app/__pycache__/__init__.cpython-312.pyc b/app/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 8350c9b..0000000 Binary files a/app/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/__pycache__/main.cpython-312.pyc b/app/__pycache__/main.cpython-312.pyc deleted file mode 100644 index 4e4a62b..0000000 Binary files a/app/__pycache__/main.cpython-312.pyc and /dev/null differ diff --git a/app/api/__pycache__/__init__.cpython-312.pyc b/app/api/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d022cdc..0000000 Binary files a/app/api/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/api/__pycache__/account.cpython-312.pyc b/app/api/__pycache__/account.cpython-312.pyc deleted file mode 100644 index f6cea05..0000000 Binary files a/app/api/__pycache__/account.cpython-312.pyc and /dev/null differ diff --git a/app/api/__pycache__/database.cpython-312.pyc b/app/api/__pycache__/database.cpython-312.pyc deleted file mode 100644 index 6ff5068..0000000 Binary files a/app/api/__pycache__/database.cpython-312.pyc and /dev/null differ diff --git a/app/api/__pycache__/task.cpython-312.pyc b/app/api/__pycache__/task.cpython-312.pyc deleted file mode 100644 index cb50459..0000000 Binary files a/app/api/__pycache__/task.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/__init__.cpython-312.pyc b/app/core/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 4c03a56..0000000 Binary files a/app/core/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/config.cpython-312.pyc b/app/core/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 840ac20..0000000 Binary files a/app/core/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/database.cpython-312.pyc b/app/core/__pycache__/database.cpython-312.pyc deleted file mode 100644 index 7156437..0000000 Binary files a/app/core/__pycache__/database.cpython-312.pyc and /dev/null differ diff --git a/app/models/__pycache__/__init__.cpython-312.pyc b/app/models/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index acf85bc..0000000 Binary files a/app/models/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/models/__pycache__/account.cpython-312.pyc b/app/models/__pycache__/account.cpython-312.pyc deleted file mode 100644 index 18a9620..0000000 Binary files a/app/models/__pycache__/account.cpython-312.pyc and /dev/null differ diff --git a/app/schemas/__pycache__/__init__.cpython-312.pyc b/app/schemas/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 789885e..0000000 Binary files a/app/schemas/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/schemas/__pycache__/account.cpython-312.pyc b/app/schemas/__pycache__/account.cpython-312.pyc deleted file mode 100644 index fbe67c1..0000000 Binary files a/app/schemas/__pycache__/account.cpython-312.pyc and /dev/null differ diff --git a/app/schemas/__pycache__/database.cpython-312.pyc b/app/schemas/__pycache__/database.cpython-312.pyc deleted file mode 100644 index a5b89b2..0000000 Binary files a/app/schemas/__pycache__/database.cpython-312.pyc and /dev/null differ diff --git a/app/schemas/__pycache__/task.cpython-312.pyc b/app/schemas/__pycache__/task.cpython-312.pyc deleted file mode 100644 index f6c0111..0000000 Binary files a/app/schemas/__pycache__/task.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/__init__.cpython-312.pyc b/app/services/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 67860a2..0000000 Binary files a/app/services/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/account.cpython-312.pyc b/app/services/__pycache__/account.cpython-312.pyc deleted file mode 100644 index 3dde1d0..0000000 Binary files a/app/services/__pycache__/account.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/database.cpython-312.pyc b/app/services/__pycache__/database.cpython-312.pyc deleted file mode 100644 index 2a70ce7..0000000 Binary files a/app/services/__pycache__/database.cpython-312.pyc and /dev/null differ diff --git a/app/utils/__pycache__/__init__.cpython-312.pyc b/app/utils/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 39ce5e2..0000000 Binary files a/app/utils/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/utils/__pycache__/scheduler.cpython-312.pyc b/app/utils/__pycache__/scheduler.cpython-312.pyc deleted file mode 100644 index 9705b7c..0000000 Binary files a/app/utils/__pycache__/scheduler.cpython-312.pyc and /dev/null differ