-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7406b72
commit b50fec7
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
# Specify files that shouldn't be modified by Fern | ||
|
||
# Ignore manually created SDK wrappers | ||
src/elevenlabs/client.py | ||
src/elevenlabs/conversational_ai/conversation.py | ||
src/elevenlabs/conversational_ai/default_audio_interface.py | ||
src/elevenlabs/play.py | ||
src/elevenlabs/realtime_tts.py | ||
|
||
.github/workflows/ci.yml | ||
.github/workflows/tests.yml | ||
# Ignore CI files | ||
.github/ | ||
|
||
README.md | ||
assets/ | ||
|
||
# Ignore custom tests | ||
tests/ | ||
|
||
.github/ISSUE_TEMPLATE/ | ||
.github/SECURITY.md | ||
|
||
# Ignore manually created Conversational AI wrappers | ||
src/elevenlabs/conversational_ai/conversation.py | ||
src/elevenlabs/conversational_ai/default_audio_interface.py | ||
|
||
|
||
|
||
|