diff --git a/.gitignore b/.gitignore index fd6c9ae..80b524a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ # macOS .DS_Store +__pycache__/ +*.py[cod] .AppleDouble .LSOverride diff --git a/engineering/persona-history-runtime/runtime/__pycache__/guanghu_history_runtime.cpython-314.pyc b/engineering/persona-history-runtime/runtime/__pycache__/guanghu_history_runtime.cpython-314.pyc deleted file mode 100644 index fa0fac8..0000000 Binary files a/engineering/persona-history-runtime/runtime/__pycache__/guanghu_history_runtime.cpython-314.pyc and /dev/null differ diff --git a/engineering/persona-history-runtime/runtime/__pycache__/test_guanghu_history_runtime.cpython-314.pyc b/engineering/persona-history-runtime/runtime/__pycache__/test_guanghu_history_runtime.cpython-314.pyc deleted file mode 100644 index b3fe643..0000000 Binary files a/engineering/persona-history-runtime/runtime/__pycache__/test_guanghu_history_runtime.cpython-314.pyc and /dev/null differ