We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.fernignore
1 parent 13733a5 commit 34aab96Copy full SHA for 34aab96
1 file changed
.fernignore
@@ -1,12 +1,12 @@
1
# Specify files that shouldn't be modified by Fern
2
3
-src/humanloop/eval_utils/*
+src/humanloop/eval_utils
4
src/humanloop/prompt_utils.py
5
src/humanloop/client.py
6
mypy.ini
7
README.md
8
9
# Directories used by SDK decorators
10
11
-src/humanloop/decorators/*
12
-src/humanloop/otel/*
+src/humanloop/decorators
+src/humanloop/otel
0 commit comments