-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitignore
130 lines (117 loc) · 1.45 KB
/
.gitignore
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.vscode
.DS_Store
**/*/.Rhistory
**/*/.Rapp.history
**/*/.RData
**/*/.cache
**/*/.DS_Store
**/*.zip
**/*.7z
**/*.tar.gz
**/*.rar
**/*/.ipynb_checkpoints
**/*.doc
**/*.docx
**/*.csv
sample_*.json
example*.json
**/*.jsonlines
**/*.jsonl
**/*.pq
**/*.log
**/*.pdf
**/*.docm
**/*.rtf
**/*.pptx
**/*.ppt
**/*.xlsx
**/*.xls
**/*.out
**/*.svg
**/*.png
**/*.jpg
**/*.jpeg
**/*.psd
**/*.tiff
**/*.whl
**/*.pkl
**/*.hdf
**/*.joblib
**/*/__pycache__
**/*/.pytest_cache/
**/*/out
**/*.iob
**/*.bio
**/*_trn2.json
**/*_trn.json
**/*_val2.json
**/*_val.json
**/*_tst2.json
**/*_tst.json
**/flair_ner*.txt
**/*/flair_experiments.ipynb
**/*/stanza_experiments.ipynb
metas*.json
media*.json
data/
dist/
logs/
test_data/
cache/
site/
test_documents/
scripts/**/*.json
scripts/**/*.out*
scripts/deduplicate_mvp.ipynb
# PyCharm ide files
.idea
# Distribution / packaging
**/*/.Python
**/*/env/
**/*/build/
**/*/builds/
**/*/develop-eggs/
**/*/dist/
**/*/downloads/
**/*/eggs/
**/*/.eggs/
**/*/lib/
**/*/lib64/
**/*/parts/
**/*/sdist/
**/*/var/
**/*/wheels/
**/*/*.egg-info/
**/*/.installed.cfg
**/*/*.egg
# Unit test / coverage reports
**/*/htmlcov/
**/*/.tox/
**/*/.coverage
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
# Build results
**/*/[Dd]ebug/
**/*/[Dd]ebugPublic/
**/*/[Rr]elease/
**/*/[Rr]eleases/
**/*/x64/
**/*/x86/
**/*/bld/
**/*/[Bb]in/
**/*/[Oo]bj/
**/*/[Ll]og/
**/plots/
.ipynb_checkpoints
# API
postman
.postman
**/Untitled.ipynb
## DVC
.dvc/
# Streamlit password
**/.streamlit/