-
Notifications
You must be signed in to change notification settings - Fork 63
/
.fernignore
55 lines (48 loc) · 1.5 KB
/
.fernignore
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
# Specify files that shouldn't be modified by Fern
# READMEs
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
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
# converter
src/label_studio_sdk/converter
# 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
# TODO: fix webhooks !
tests/test_webhooks.py
# manual workflows
.github/workflows/ci.yml
.github/workflows/build_pypi.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/follow-merge-sync-pr-adala.yml
.github/workflows/follow-merge-sync-pr-lso.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/pr-title-checker-config.json
.github/release.yml
.github/autolabeler.yml
.github/CODEOWNERS
.github/dependabot.yml