# https://www.speakeasy.com/docs/customize/code/monkey-patching

# ignore human-written files and directories
_jupyter
_sample_docs
_test_unstructured_client

# ignore Makefile
Makefile

# No active endpoints in here, but we don't want to delete it
# Hold onto the custom regions until these endpoints come back
src/unstructured_client/users.py

# Ignore general.py so we can patch in our partitioning url
# If we ever have a new endpoint under /general, we need to:
#  - Comment out this ignore line
#  - Generate locally, watch the new endpoint appear
#  - Adjust the custom url snippets in the file
#  - Bring back the ignore line and commit
src/unstructured_client/general.py

# Custom min_attempts / absolute_max_elapsed_time_ms fields on BackoffStrategy.
# Push upstream to Speakeasy templates to remove this entry.
src/unstructured_client/utils/retries.py
