We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8743230 commit e36b16bCopy full SHA for e36b16b
.genignore
@@ -8,6 +8,10 @@ _test_unstructured_client
8
# ignore Makefile
9
Makefile
10
11
+# No active endpoints in here, but we don't want to delete it
12
+# Hold onto the custom regions until these endpoints come back
13
+src/unstructured_client/users.py
14
+
15
# Ignore general.py so we can patch in our partitioning url
16
# If we ever have a new endpoint under /general, we need to:
17
# - Comment out this ignore line
0 commit comments