diff --git a/.gitignore b/.gitignore index eba74f4..4ea05a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -venv/ \ No newline at end of file +venv/ +__pycache__/ \ No newline at end of file diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc deleted file mode 100644 index d2d034f..0000000 Binary files a/__pycache__/app.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/hello.cpython-311.pyc b/__pycache__/hello.cpython-311.pyc deleted file mode 100644 index 951ad0d..0000000 Binary files a/__pycache__/hello.cpython-311.pyc and /dev/null differ