-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
40 lines (33 loc) · 1.12 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
backend/api/lexical/api/__pycache__/
backend/api/lexical/search/__pycache__/
backend/api/lexical/search/migrations/__pycache__/
backend/api/semantic/data/external/quran_english_translations.txt
backend/api/semantic/data/external/quran-simple-min.txt
backend/api/semantic/data/external/quran-simple.txt
backend/api/semantic/data/external/quran.txt
backend/api/semantic/data/processed/ksucca_full_cbow.bin
backend/api/semantic/models/full_grams_cbow_100_twitter.mdl
backend/api/semantic/models/full_grams_cbow_100_twitter.mdl.trainables.syn1neg.npy
backend/api/semantic/models/full_grams_cbow_100_twitter.mdl.wv.vectors.npy
backend/api/semantic/src/__pycache__/
backend/api/semantic/src/models/__pycache__/
# frontend
# dependencies
frontend/node_modules
frontend/.pnp
frontend/.pnp.js
# testing
frontend/coverage
# production
frontend/build
# misc
frontend/.DS_Store
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
*.log