-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (70 loc) · 1.49 KB
/
.gitignore
File metadata and controls
76 lines (70 loc) · 1.49 KB
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
*.pdf
*.docx
# compiled binaries
*.o
*.out
# claude code config
CLAUDE.md
.claude/
# extensionless compiled binaries (listed explicitly)
main
calculator
hw/hw01/hw1
hw/hw02/hw2
hw/bonusHW/Jennifer_Lewis_BonusHW
lab/lab*/lab*[0-9]
idk/calc
idk/check
idk/circles
idk/idk
idk/idk2
idk/matrix
idk/not_sure
idk/palind
idk/play
idk/pntr
idk/pntr_1
idk/slowfast
idk/squares
idk/text_thing
idk/tui
idk/tui_math
idk/vector
idk/volume
projects/sphere
projects/test
projects/fibbo/fibonacci
projects/fun/binary_convert
projects/fun/truth_table
projects/graphics/colors
projects/graphics/cube
projects/graphics/moving
projects/graphics/moving2
projects/graphics/sin
projects/graphics/sin2
projects/graphics/sin3
projects/leetcode/2pntr
projects/leetcode/3sum
projects/leetcode/binary_search
projects/leetcode/hacckerrank
projects/leetcode/hackerrank2
projects/leetcode/is_bad_version
projects/leetcode/matrix_diagnol_sum
projects/leetcode/shuffle_array
projects/leetcode/smaller_than_cur_atmpt1
projects/leetcode/unordered_set_practice
projects/deep_dives/08_mycroft_implementation
projects/deep_dives/09_allocator_practice
projects/deep_dives/backup/new_notes_backup_20260302/allocator_practice
projects/deep_dives/backup/new_notes_backup_20260302/mycroft_implementation
projects/deep_dives/libraries/test
projects/deep_dives/libraries/test32
projects/deep_dives/libraries/test_regression3x
projects/deep_dives/libraries/test_ror
projects/graphics/fractal
# plan files
plans/
# log files
*.log
# stray dotfiles
hw/hw02/.zshrc