diff --git a/.gitignore b/.gitignore index ba347277..ed7c45e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ venv data .pytest* -.env \ No newline at end of file +.env + 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 6bd563e3..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 diff --git a/app/models/__pycache__/__init__.cpython-311.pyc b/app/models/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5c334386..00000000 Binary files a/app/models/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/app/models/__pycache__/helm_models.cpython-311.pyc b/app/models/__pycache__/helm_models.cpython-311.pyc deleted file mode 100644 index 5ebbfc36..00000000 Binary files a/app/models/__pycache__/helm_models.cpython-311.pyc and /dev/null differ diff --git a/app/models/__pycache__/terraform_models.cpython-311.pyc b/app/models/__pycache__/terraform_models.cpython-311.pyc deleted file mode 100644 index c17ab7ba..00000000 Binary files a/app/models/__pycache__/terraform_models.cpython-311.pyc and /dev/null differ diff --git a/app/models/__pycache__/utils.cpython-311.pyc b/app/models/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 1c28fd26..00000000 Binary files a/app/models/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/app/routes/__pycache__/helm.cpython-311.pyc b/app/routes/__pycache__/helm.cpython-311.pyc deleted file mode 100644 index b761160e..00000000 Binary files a/app/routes/__pycache__/helm.cpython-311.pyc and /dev/null differ diff --git a/app/routes/__pycache__/terraform.cpython-311.pyc b/app/routes/__pycache__/terraform.cpython-311.pyc deleted file mode 100644 index 8bf84e4b..00000000 Binary files a/app/routes/__pycache__/terraform.cpython-311.pyc and /dev/null differ diff --git a/app/routes/__pycache__/utils.cpython-311.pyc b/app/routes/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index cd503a34..00000000 Binary files a/app/routes/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/app/template_generators/__pycache__/__init__.cpython-311.pyc b/app/template_generators/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 88da656d..00000000 Binary files a/app/template_generators/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/app/tests/__pycache__/__init__.cpython-311.pyc b/app/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f2c2c433..00000000 Binary files a/app/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/app/tests/__pycache__/test_helm_template.cpython-311-pytest-8.3.3.pyc b/app/tests/__pycache__/test_helm_template.cpython-311-pytest-8.3.3.pyc deleted file mode 100644 index 93abf41e..00000000 Binary files a/app/tests/__pycache__/test_helm_template.cpython-311-pytest-8.3.3.pyc and /dev/null differ diff --git a/app/tests/__pycache__/test_iac_basic.cpython-311-pytest-8.3.3.pyc b/app/tests/__pycache__/test_iac_basic.cpython-311-pytest-8.3.3.pyc deleted file mode 100644 index d6baa20e..00000000 Binary files a/app/tests/__pycache__/test_iac_basic.cpython-311-pytest-8.3.3.pyc and /dev/null differ diff --git a/app/tests/__pycache__/test_iac_bugfix.cpython-311-pytest-8.3.3.pyc b/app/tests/__pycache__/test_iac_bugfix.cpython-311-pytest-8.3.3.pyc deleted file mode 100644 index 2599f5e9..00000000 Binary files a/app/tests/__pycache__/test_iac_bugfix.cpython-311-pytest-8.3.3.pyc and /dev/null differ diff --git a/app/tests/__pycache__/test_iac_install.cpython-311-pytest-8.3.3.pyc b/app/tests/__pycache__/test_iac_install.cpython-311-pytest-8.3.3.pyc deleted file mode 100644 index 01040bac..00000000 Binary files a/app/tests/__pycache__/test_iac_install.cpython-311-pytest-8.3.3.pyc and /dev/null differ diff --git a/app/tests/__pycache__/test_iac_template.cpython-311-pytest-8.3.3.pyc b/app/tests/__pycache__/test_iac_template.cpython-311-pytest-8.3.3.pyc deleted file mode 100644 index 68c252cf..00000000 Binary files a/app/tests/__pycache__/test_iac_template.cpython-311-pytest-8.3.3.pyc and /dev/null differ