We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7406b72 commit b50fec7Copy full SHA for b50fec7
.fernignore
@@ -1,26 +1,23 @@
1
# Specify files that shouldn't be modified by Fern
2
3
+# Ignore manually created SDK wrappers
4
src/elevenlabs/client.py
5
src/elevenlabs/conversational_ai/conversation.py
6
src/elevenlabs/conversational_ai/default_audio_interface.py
7
src/elevenlabs/play.py
8
src/elevenlabs/realtime_tts.py
9
-.github/workflows/ci.yml
10
-.github/workflows/tests.yml
+# Ignore CI files
11
+.github/
12
13
README.md
14
assets/
15
16
# Ignore custom tests
17
tests/
18
-.github/ISSUE_TEMPLATE/
19
-.github/SECURITY.md
20
21
-# Ignore manually created Conversational AI wrappers
22
-src/elevenlabs/conversational_ai/conversation.py
23
-src/elevenlabs/conversational_ai/default_audio_interface.py
+
24
25
26
0 commit comments