-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy path.fernignore
More file actions
69 lines (61 loc) · 2.15 KB
/
.fernignore
File metadata and controls
69 lines (61 loc) · 2.15 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Specify files that shouldn't be modified by Fern
# PyPI / GitHub project readme (in the monorepo this file is also reachable as
# libs/label-studio-sdk/README.md via the workspace symlink).
README.md
LICENSE
# manual extensions, use generators.yml to include specific top-level imports from here
# this directory also includes legacy label_studio_tools/ package and the Typer CLI
src/label_studio_sdk/_extensions
src/label_studio_sdk/label_interface
src/label_studio_sdk/client.py
src/label_studio_sdk/tasks/client_ext.py
src/label_studio_sdk/projects/client_ext.py
src/label_studio_sdk/projects/exports/client_ext.py
src/label_studio_sdk/tokens/client_ext.py
src/label_studio_sdk/core/client_wrapper.py
# converter
src/label_studio_sdk/converter
# manually added types not yet in the API spec
src/label_studio_sdk/types/mode_enum.py
# legacy code - to be removed in the future
src/label_studio_sdk/_legacy
src/label_studio_sdk/data_manager.py
# tutorials and examples
tutorials
examples
# tests
tests/custom/converter
tests/custom/label_studio_tools
tests/custom/legacy
tests/custom/test_interface
tests/custom/cli
# manual workflows
.github/workflows/build_pypi.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/fm-command.yml
.github/workflows/follow-merge-dispatch.yml
.github/workflows/follow-merge-upstream-repo-sync-v2.yml
.github/workflows/follow-merge-upstream-repo-sync.yml
.github/workflows/jira-command.yml
.github/workflows/lint.yml
.github/workflows/pr-labeler.yml
.github/workflows/release-cut-off-release-branch.yml
.github/workflows/release-pipeline.yml
.github/workflows/release-set-version.yml
.github/workflows/slash-command-dispatch.yml
.github/workflows/tests.yml
.github/workflows/update-draft-release.yml
.github/workflows/validator-dependencies.yml
.github/workflows/zendesk_issue_commented.yml
.github/workflows/zendesk_issue_created.yml
.github/workflows/zendesk_task_comment.yml
.github/workflows/zendesk_task_solve.yml
.github/workflows/gitleaks.yml
.github/workflows/git-command.yml
.github/pr-title-checker-config.json
.github/release.yml
.github/autolabeler.yml
.github/CODEOWNERS
.github/dependabot.yml