-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (35 loc) · 691 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (35 loc) · 691 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
.codex
.claude/
.DS_Store
node_modules/
dist/
*.log
.pytest_cache/
__pycache__/
*.py[cod]
.env
# Local crawler build/output artifacts (never commit)
crawler/output/*
!crawler/output/.gitkeep
# Local crawler state artifacts (never commit)
crawler/state/*
!crawler/state/README.md
# Local source datasets (never commit)
sources/*.json
!sources/*.sample.json
# Local matcher artifacts (never commit)
matcher/.tmp_*
matcher/*_report.json
matcher/__pycache__/
matcher/*/profile.yml
matcher/*/portals.yml
matcher/*/cv.md
matcher/*/_profile.md
matcher/onnx_minilm/
matcher/.scorer_cache/
# Planning & user stories (local only)
user-stories/
BACKLOG.md
greenhouse.md
next work.md
operations.md