From dd599e0b53c761a6c8a591c96d7d5d4006e6e8e2 Mon Sep 17 00:00:00 2001 From: Alexander Song Date: Thu, 25 Jan 2024 16:11:22 -0800 Subject: [PATCH] chore: ignore vendored dependencies --- python/.gitignore | 2 ++ .../openinference-instrumentation-dspy/pyproject.toml | 1 + 2 files changed, 3 insertions(+) create mode 100644 python/.gitignore diff --git a/python/.gitignore b/python/.gitignore new file mode 100644 index 000000000..9e80b2408 --- /dev/null +++ b/python/.gitignore @@ -0,0 +1,2 @@ +# vendored virtual environments +.venv diff --git a/python/instrumentation/openinference-instrumentation-dspy/pyproject.toml b/python/instrumentation/openinference-instrumentation-dspy/pyproject.toml index 5d9a687ba..3a1d35e97 100644 --- a/python/instrumentation/openinference-instrumentation-dspy/pyproject.toml +++ b/python/instrumentation/openinference-instrumentation-dspy/pyproject.toml @@ -37,6 +37,7 @@ instruments = [ test = [ "dspy-ai==2.1.0", "opentelemetry-sdk", + "pytest", "requests-mock", ]