-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 999 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (47 loc) · 999 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
# Personal data (user fills these)
cv.md
data/applications.md
data/pipeline.md
data/scan-history.tsv
data/parser-output/**/*.json
!data/parser-output/.gitkeep
!data/parser-output/**/.gitkeep
reports/*.md
!reports/.gitkeep
output/*
!output/.gitkeep
batch/logs/*
!batch/logs/.gitkeep
batch/batch-state.tsv
batch/batch-input.tsv
batch/tracker-additions/**/*.tsv
!batch/tracker-additions/.gitkeep
jds/*
!jds/.gitkeep
# Interview prep (user's personal stories and reports)
interview-prep/*
!interview-prep/.gitkeep
# Writing samples (user's personal files — never committed)
writing-samples/*
!writing-samples/README.md
# User config and customization (never auto-updated)
config/profile.yml
portals.yml
modes/_profile.md
.update-dismissed
.update-lock
# Secrets (never commit — use .env.example as template)
.env
# Generated
.resolved-prompt-*
node_modules/
bun.lock
# OS
.DS_Store
*.mov
*.mp4
# Claude Code local
.claude/settings.local.json
.claude/memory/
career-dashboard
package-lock.json