Skip to content

Commit 4505a8f

Browse files
committed
chore: disable .fernignore
1 parent 78ac7b7 commit 4505a8f

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.fernignore

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)