-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (72 loc) · 2.41 KB
/
Copy path.gitignore
File metadata and controls
86 lines (72 loc) · 2.41 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
77
78
79
80
81
82
83
84
85
86
# LaTeX source and auxiliary files
*.tex
*.aux
*.log
*.nav
*.out
*.snm
*.toc
*.vrb
*.fdb_latexmk
*.fls
*.synctex.gz
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
.venv
venv/
*.egg-info/
# Data files (too large for GitHub)
*.xls
*.xlsx
*.dta
*.rds
# Large CSV files (but keep demo1 sample data)
Workshops/2026-01-27_Claude_Code_Workshop/demo4_data_consolidation/**/*.csv
!Workshops/2026-01-27_Claude_Code_Workshop/demo1_linear_regression/productivity_study.csv
# Julia
*.jl.cov
*.jl.mem
Manifest.toml
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Large folders excluded via SOURCE.md
Workshops/2026-01-27_Claude_Code_Workshop/demo2_julia_documentation/DSGE.jl-main/
Workshops/2026-01-27_Claude_Code_Workshop/demo4_data_consolidation/fred/
Workshops/2026-01-27_Claude_Code_Workshop/demo4_data_consolidation/michigan/
Workshops/2026-01-27_Claude_Code_Workshop/demo4_data_consolidation/spf/
# Nested git repos (separate remotes)
Workshops/2026-02-10_Scientific_AI/slides/AI_Pulse_Scientific/
# Screenshots (referenced from slides but not needed in repo)
Workshops/2026-02-10_Scientific_AI/690ac9822b6bc833f1f47b8a_Screenshot_2025-11-04_at_11.32.50_AM.png
Workshops/2026-02-10_Scientific_AI/690ac9c1d363c9893d2c868f_Screenshot_2025-11-04_at_11.33.15_AM.png
# Workshop scripts (presenter notes, not for public repo)
workshop_script.md
# Workshop images (referenced from slides but not needed in repo)
Workshops/2026-02-24_Teaching_Learning_Collaborating/karpathy_tweet.png
Workshops/2026-03-17_Teaching_Learning_Collaborating/karpathy_tweet.png
# Previous workshop LaTeX auxiliary files
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.aux
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.log
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.nav
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.out
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.snm
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.toc
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.vrb
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.fdb_latexmk
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.fls
Workshops/2026-02-24_Teaching_Learning_Collaborating/slides/*.synctex.gz
# Current workshop (in progress, not ready for repo)
LLMs for Qualitative Work/
# Session 7: include LaTeX source
!Workshops/2026-04-14_Running_Own_AI/slides/*.tex