diff --git a/.gitignore b/.gitignore index 77b828dc..bca8dffb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ venv data .pytest* .env -__pycache__/ \ No newline at end of file +**/__pycache__/ \ No newline at end of file diff --git a/app/__pycache__/__init__.cpython-311.pyc b/app/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6f825127..00000000 Binary files a/app/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/app_instance.cpython-311.pyc b/app/__pycache__/app_instance.cpython-311.pyc deleted file mode 100644 index 07b71c88..00000000 Binary files a/app/__pycache__/app_instance.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/gpt_services.cpython-311.pyc b/app/__pycache__/gpt_services.cpython-311.pyc deleted file mode 100644 index d529c242..00000000 Binary files a/app/__pycache__/gpt_services.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/main.cpython-311.pyc b/app/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 43e297c2..00000000 Binary files a/app/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/prompt_generators.cpython-311.pyc b/app/__pycache__/prompt_generators.cpython-311.pyc deleted file mode 100644 index 63a54764..00000000 Binary files a/app/__pycache__/prompt_generators.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/services.cpython-311.pyc b/app/__pycache__/services.cpython-311.pyc deleted file mode 100644 index fce921b7..00000000 Binary files a/app/__pycache__/services.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/utils.cpython-311.pyc b/app/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 40d3f2d2..00000000 Binary files a/app/__pycache__/utils.cpython-311.pyc and /dev/null differ