-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (43 loc) · 840 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (43 loc) · 840 Bytes
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
.tokenpack/
.ckrag/
.pytest_cache/
.test-tmp/
tmp-pytest/
pytest-cache-files-*/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.env
.env.*
!.env.example
# Local research/source PDFs and downloaded paper metadata can be large and/or copyrighted.
resources/
# Python/tool caches.
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# LaTeX build byproducts. Keep source .tex/.bib, figures, tables, and final PDFs.
*.aux
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.synctex.gz
*.toc
# TokenPack generated indexes/caches.
*.embeddings.json
*-index.json
*-index.embeddings.json
!submission/gold/simple_corpus/simple-index.json
!submission/gold/simple_corpus/simple-index.embeddings.json
# Local OS/editor files.
.DS_Store
Thumbs.db
.idea/
.vscode/
# Local source copy for README asset generation; committed copy lives in assets/.
/tokenpack-logo.png