From b0e18e29ba4b6f13d66ee386bdd5e405ae3eb898 Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 8 Jul 2024 19:52:01 +0800 Subject: feat: agent support tools.txt (#64) --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2255aa6..108e031 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,14 @@ /tmp -functions.txt -tools.txt -agents.txt +/tools.txt +/agents.txt functions.json /bin /cache /tools/test.* /.env -*.cmd __pycache__ /venv node_modules -package.json -package-lock.json +/package.json +/package-lock.json *.lock \ No newline at end of file -- cgit v1.2.3