-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (48 loc) · 871 Bytes
/
.gitignore
File metadata and controls
56 lines (48 loc) · 871 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
50
51
52
53
54
55
56
.idea/
.pw-profile/
__pycache__/
parsers/__pycache__/
rules/__pycache__/
logs/
outputs/
archive/history/
data/
notebooks/
real-useful-resume/
internship_data_analysis_homework/
*.png
*.zip
*.log
*.html
changes_*.csv
changes_*.json
dashboard_*.csv
snapshot_*.json
official_jobs_raw.csv
data_quality_report.csv
internship_all_master.csv
internship_info_all.csv
internship_target_*.csv
internship_autumn_27_bigtech_pack.csv
internship_jd_resume_pack.csv
internship_skill_gap_report.csv
# ResuMiner — exclude sensitive/large paths
ResuMiner/cookies/
ResuMiner/data/
ResuMiner/logs/
ResuMiner/output/
ResuMiner/outputs/
ResuMiner/cdp_data/
ResuMiner/release_data/
ResuMiner/**/__pycache__/
ResuMiner/__pycache__/
ResuMiner/bin/
# secrets
.env
# top-level noise
node_modules/
cdp_data/
cdp_intercepted_payloads.json
.trae/
# Browser Profile (CDP)
chrome_dev_profile/