diff --git a/.gitignore b/.gitignore index 4f509e5..41ce35b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.env \ No newline at end of file +*.env +__pycache__/ \ No newline at end of file diff --git a/__pycache__/app.cpython-312.pyc b/__pycache__/app.cpython-312.pyc deleted file mode 100644 index 6644a09..0000000 Binary files a/__pycache__/app.cpython-312.pyc and /dev/null differ diff --git a/helpers/__pycache__/ai.cpython-312.pyc b/helpers/__pycache__/ai.cpython-312.pyc deleted file mode 100644 index 39f2b14..0000000 Binary files a/helpers/__pycache__/ai.cpython-312.pyc and /dev/null differ diff --git a/helpers/__pycache__/blog.cpython-312.pyc b/helpers/__pycache__/blog.cpython-312.pyc deleted file mode 100644 index 5225c34..0000000 Binary files a/helpers/__pycache__/blog.cpython-312.pyc and /dev/null differ diff --git a/helpers/__pycache__/config.cpython-312.pyc b/helpers/__pycache__/config.cpython-312.pyc deleted file mode 100644 index ab1d073..0000000 Binary files a/helpers/__pycache__/config.cpython-312.pyc and /dev/null differ