We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ac7b7 commit 4505a8fCopy full SHA for 4505a8f
.fernignore
@@ -1,33 +0,0 @@
1
-# Development, Configuration Files & Documentation
2
-README.md
3
-CONTRIBUTING.md
4
-.vscode/
5
-.gitignore
6
-mypy.ini
7
-websockets-reference.md
8
-.github/
9
-scripts/run_examples.sh
10
-docs/
11
-pyproject.toml
12
-CHANGELOG.md
13
-
14
-# Examples
15
-examples/
16
17
-# Test Files
18
-tests/unit/
19
-tests/integrations/
20
21
-# Custom Extensions & Clients
22
-src/deepgram/client.py
23
-src/deepgram/extensions/
24
25
-# Socket Client Implementations
26
-src/deepgram/agent/v1/socket_client.py
27
-src/deepgram/listen/v1/socket_client.py
28
-src/deepgram/listen/v2/socket_client.py
29
-src/deepgram/speak/v1/socket_client.py
30
31
-# Bug Fixes
32
-src/deepgram/listen/client.py
33
-src/deepgram/core/client_wrapper.py
0 commit comments