-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
37 lines (33 loc) · 899 Bytes
/
.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
# ignore all logs
*.log
*.npy
*.db
*.pyc
*.DS_Store
**/.DS_Store
**/._*
__pycache__
._*
bglinking.egg-info
# ignore notebook checkpoints and pyc files in tests
tests/*.pyc
tests/playground.py
# ignore selected resources
bglinking/output/graphs/*/*
bglinking/output/docids/*.txt
bglinking/database_utils/db
bglinking/database_utils/*.db
bglinking/database_utils/examples
bglinking/resources/db/*.db
bglinking/resources/Index/*/
bglinking/resources/embeddings/*/
bglinking/resources/topics-and-qrels/*20.txt
bglinking/resources/candidates/*.txt
bglinking/resources/output/*.txt
# exceptions for sample resources
!bglinking/resources/Index/lucene-index.sample/
!bglinking/resources/db/sample.db
!bglinking/resources/candidates/candidates.sample.txt
!bglinking/resources/topics-and-qrels/topics.sample.txt
!bglinking/resources/topics-and-qrels/qrels.sample.txt
!bglinking/resources/output/sample.txt