# Specify files that shouldn't be modified by Fern
# Paths are relative to this directory (src/terminaluse/)

# Custom wrapper client (provides TerminalUse/AsyncTerminalUse with env var support)
_client.py

# Custom code from Stainless migration
lib/

# Modified __init__.py with custom exports
__init__.py

# Package docs are curated in sdks/python/, not generated into src/terminaluse.
README.md
reference.md

# Files with custom modifications that Fern generation would regress
# - client_wrapper.py has conditional auth header checks
# - http_client.py has retry param preservation fix
# - py.typed marker file for type checking
# - version.py with SDK version info
core/client_wrapper.py
core/http_client.py
py.typed
version.py
