File size: 292 Bytes
d6585f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*~
.DS_Store
.idea
__pycache__
*.pyc
pyserini/resources/jars/*.jar
collections/*
indexes/*
.vscode/
venv/
datasets/
embeddings/

# build directories from `python3 setup.py sdist bdist_wheel`
build/
dist/
pyserini.egg-info/

# runs should be ignored
runs/

# logs should also be ignored
logs/