diff --git a/.gitignore b/.gitignore index 9da95ba..1def8a6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Byte-compiled / optimized / DLL files __pycache__/ +**/__pycache__/ *.py[cod] *$py.class diff --git a/examples/research_bot/agents/__pycache__/__init__.cpython-313.pyc b/examples/research_bot/agents/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index a094b5a..0000000 Binary files a/examples/research_bot/agents/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/examples/research_bot/agents/__pycache__/base_agent.cpython-313.pyc b/examples/research_bot/agents/__pycache__/base_agent.cpython-313.pyc deleted file mode 100644 index f33d418..0000000 Binary files a/examples/research_bot/agents/__pycache__/base_agent.cpython-313.pyc and /dev/null differ diff --git a/examples/research_bot/agents/__pycache__/planner_agent.cpython-313.pyc b/examples/research_bot/agents/__pycache__/planner_agent.cpython-313.pyc deleted file mode 100644 index b836aac..0000000 Binary files a/examples/research_bot/agents/__pycache__/planner_agent.cpython-313.pyc and /dev/null differ diff --git a/examples/research_bot/agents/__pycache__/research_manager_agent.cpython-313.pyc b/examples/research_bot/agents/__pycache__/research_manager_agent.cpython-313.pyc deleted file mode 100644 index edc3f5f..0000000 Binary files a/examples/research_bot/agents/__pycache__/research_manager_agent.cpython-313.pyc and /dev/null differ diff --git a/examples/research_bot/agents/__pycache__/search_agent.cpython-313.pyc b/examples/research_bot/agents/__pycache__/search_agent.cpython-313.pyc deleted file mode 100644 index b328124..0000000 Binary files a/examples/research_bot/agents/__pycache__/search_agent.cpython-313.pyc and /dev/null differ diff --git a/examples/research_bot/agents/__pycache__/summarization_agent.cpython-313.pyc b/examples/research_bot/agents/__pycache__/summarization_agent.cpython-313.pyc deleted file mode 100644 index b809d7c..0000000 Binary files a/examples/research_bot/agents/__pycache__/summarization_agent.cpython-313.pyc and /dev/null differ diff --git a/examples/research_bot/agents/__pycache__/writer_agent.cpython-313.pyc b/examples/research_bot/agents/__pycache__/writer_agent.cpython-313.pyc deleted file mode 100644 index be550b1..0000000 Binary files a/examples/research_bot/agents/__pycache__/writer_agent.cpython-313.pyc and /dev/null differ