diff --git a/.gitignore b/.gitignore index fdb404e..ef60192 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # 20260507 tak created gitignore .DS_Store .idea/ -.venv - +/log +/__pycache__ \ No newline at end of file diff --git a/__pycache__/Custom_Lib.cpython-39.pyc b/__pycache__/Custom_Lib.cpython-39.pyc deleted file mode 100644 index 2279c45..0000000 Binary files a/__pycache__/Custom_Lib.cpython-39.pyc and /dev/null differ diff --git a/__pycache__/my_file_config.cpython-39.pyc b/__pycache__/my_file_config.cpython-39.pyc deleted file mode 100644 index aa25096..0000000 Binary files a/__pycache__/my_file_config.cpython-39.pyc and /dev/null differ diff --git a/__pycache__/my_logger.cpython-39.pyc b/__pycache__/my_logger.cpython-39.pyc deleted file mode 100644 index a5a78e4..0000000 Binary files a/__pycache__/my_logger.cpython-39.pyc and /dev/null differ diff --git a/__pycache__/my_uuid.cpython-39.pyc b/__pycache__/my_uuid.cpython-39.pyc deleted file mode 100644 index f20eae2..0000000 Binary files a/__pycache__/my_uuid.cpython-39.pyc and /dev/null differ