# Specify files that shouldn't be modified by Fern

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

# Custom code from Stainless migration
src/terminaluse/lib/

# Modified __init__.py with custom exports
src/terminaluse/__init__.py

# CI/CD workflows
.github/workflows/ci.yml

# Project config (version managed by release-please)
pyproject.toml
