diff --git a/.gitignore b/.gitignore index f88ab44..7e6863f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.idea/ __pycache__/ logs/ \ No newline at end of file diff --git a/controllers/__pycache__/__init__.cpython-313.pyc b/controllers/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 3bc6fde..0000000 Binary files a/controllers/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/controllers/__pycache__/compress_image.cpython-313.pyc b/controllers/__pycache__/compress_image.cpython-313.pyc deleted file mode 100644 index 59c7611..0000000 Binary files a/controllers/__pycache__/compress_image.cpython-313.pyc and /dev/null differ diff --git a/controllers/__pycache__/localfile_handles.cpython-313.pyc b/controllers/__pycache__/localfile_handles.cpython-313.pyc deleted file mode 100644 index 81fa8cf..0000000 Binary files a/controllers/__pycache__/localfile_handles.cpython-313.pyc and /dev/null differ diff --git a/models/__pycache__/__init__.cpython-313.pyc b/models/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index a1108e1..0000000 Binary files a/models/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/models/__pycache__/connect_db.cpython-313.pyc b/models/__pycache__/connect_db.cpython-313.pyc deleted file mode 100644 index 396feba..0000000 Binary files a/models/__pycache__/connect_db.cpython-313.pyc and /dev/null differ diff --git a/models/__pycache__/emoji_db.cpython-313.pyc b/models/__pycache__/emoji_db.cpython-313.pyc deleted file mode 100644 index a8e9eae..0000000 Binary files a/models/__pycache__/emoji_db.cpython-313.pyc and /dev/null differ diff --git a/models/__pycache__/generator.cpython-313.pyc b/models/__pycache__/generator.cpython-313.pyc deleted file mode 100644 index b2aba4c..0000000 Binary files a/models/__pycache__/generator.cpython-313.pyc and /dev/null differ diff --git a/models/__pycache__/logger.cpython-313.pyc b/models/__pycache__/logger.cpython-313.pyc deleted file mode 100644 index f244b7d..0000000 Binary files a/models/__pycache__/logger.cpython-313.pyc and /dev/null differ