-
Notifications
You must be signed in to change notification settings - Fork 24
/
.fernignore
40 lines (30 loc) · 1.01 KB
/
.fernignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Specify files that shouldn't be modified by Fern
# Accommodate custom auth scheme
src/hume/core/client_wrapper.py
# Pending generator upgrade
README.md
# Custom Client Modifications
tests/custom
src/hume/client.py
src/hume/core/websocket.py
src/hume/expression_measurement/socket_client.py
src/hume/expression_measurement/stream/socket_client.py
src/hume/empathic_voice/socket_client.py
src/hume/empathic_voice/chat/socket_client.py
src/hume/expression_measurement/batch/client_with_utils.py
src/hume/empathic_voice/chat/audio/microphone.py
src/hume/empathic_voice/chat/audio/microphone_interface.py
src/hume/empathic_voice/chat/audio/microphone_sender.py
src/hume/empathic_voice/chat/audio/audio_utilities.py
src/hume/empathic_voice/chat/audio/asyncio_utilities.py
src/hume/empathic_voice/chat/audio/chat_client.py
# Customize the GitHub workflow to run only Fern tests (not legacy)
.github/workflows/ci.yml
# Legacy SDK
mypy.ini
pytest.ini
src/hume/legacy
.github/workflows/legacy_ci.yml
pylintrc
examples/
.vscode/