diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d9d043 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +app/routes/__pycache__ +app/utils/__pycache__ +app/__pycache__ diff --git a/app/utils/__pycache__/__init__.cpython-312.pyc b/app/utils/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 2fc94db..0000000 Binary files a/app/utils/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/utils/__pycache__/file_handler.cpython-312.pyc b/app/utils/__pycache__/file_handler.cpython-312.pyc deleted file mode 100644 index 6579894..0000000 Binary files a/app/utils/__pycache__/file_handler.cpython-312.pyc and /dev/null differ