-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
95 lines (77 loc) · 1.09 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
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
.dist
chromedriver.exe
chromedriver
chromedriver_linux64.zip
google-chrome-stable_current_amd64.deb
.ipynb_checkpoints
*.pem
__pycache__
.vscode/
.empty
.venv
# schini
schini_concat.ipynb
lab.ipynb
# 개인화된 crawling 처리
study
crawling_user_review.ipynb
crawling_rest_server.ipynb
crawling_user_review_failed.ipynb
crawling_user_review.py
crawling_get_rest_info.ipynb
crwaling_concat.ipynb
crawling_get_rest_info.ipynb
csv_concat.ipynb
notsaved.txt
# front_end
# dependencies
frontend/node_modules/
frontend/.pnp
.pnp.js
# testing
frontend/coverage
# production
frontend/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Database
database/ssl
database/rest_csv
database/user_csv
# data
area_csv
user_csv
backend/app/models/data/
model/data/user/*
model/data/rest/*
model/data/*.csv
tem.ipynb
tem.py
*.npy
*.pickle
*.pkl
*.pt
*.csv
airflow/data/
# logs
# model
output/
# poetry
*.toml
poetry*
# DB
*.db
# MLflow
mlruns
# airflow
airflow/logs/
airflow-webserver.pid
airflow.cfg
webserver_config.py