-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
126 lines (95 loc) · 1.9 KB
/
.gitignore
File metadata and controls
126 lines (95 loc) · 1.9 KB
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
ENV
.env
.env.development
.env.production
stat_aggregator/scholar_cookie.txt
oracle/.env
oracle/info.txt
oracle/faiss_index/
oracle/cache_embeddings/
oracle/text/*
oracle/text_extra/*
oracle/testing/*
oracle/gcloud_query/.env
oracle/gcloud-query/faiss_index/
oracle/ec2access.pem
oracle/runpod-aws-keys.txt
oracle/faiss_index_extraonly
oracle/deploy.sh
ec2access.pem
__pycache__
.env.development
.env.production
src/countries.json
geckodriver.log
artworks/*
# public/artworks/*
public/artworks/**/*.webp
!public/artworks/json/**/*.json
# public/static/**/
public/cv/**/*.pdf
public/~partytown/
nexus/
stat_aggregator/fetch_PCS.py
reading_list/tmp.pdf
reading_list/QA/
reading_list/unrecognized.csv
reading_list/gephi*
reading_list/cache.db
reading_list/cache.db.BAK
reading_list/cache.BAK.db
reading_list/readlist-full.json
reading_list/toreadlist-full.json
reading_list/training-data-TODO.csv
reading_list/keyword-*.json
reading_list/annotations-todo.txt
reading_list/annotations.db
venv
*.BAK
*.BAK.sh
dist/*.tar.gz
*.pyc
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Typescript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.cache/
yarn-error.log