diff --git a/.gitignore b/.gitignore index 50bac76..d09aef8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ .env # Par sécurité -documents_projet/ \ No newline at end of file +documents_projet/ + +# Python +__pycache__/ \ No newline at end of file diff --git a/AgentReact/__pycache__/agent.cpython-312.pyc b/AgentReact/__pycache__/agent.cpython-312.pyc deleted file mode 100644 index ffe08d0..0000000 Binary files a/AgentReact/__pycache__/agent.cpython-312.pyc and /dev/null differ diff --git a/AgentReact/utils/__pycache__/nodes.cpython-312.pyc b/AgentReact/utils/__pycache__/nodes.cpython-312.pyc deleted file mode 100644 index fec14c7..0000000 Binary files a/AgentReact/utils/__pycache__/nodes.cpython-312.pyc and /dev/null differ diff --git a/AgentReact/utils/__pycache__/state.cpython-312.pyc b/AgentReact/utils/__pycache__/state.cpython-312.pyc deleted file mode 100644 index a20b8dd..0000000 Binary files a/AgentReact/utils/__pycache__/state.cpython-312.pyc and /dev/null differ diff --git a/AgentReact/utils/__pycache__/tools.cpython-312.pyc b/AgentReact/utils/__pycache__/tools.cpython-312.pyc deleted file mode 100644 index d204089..0000000 Binary files a/AgentReact/utils/__pycache__/tools.cpython-312.pyc and /dev/null differ