forked from mikepsinn/disease-eradication-plan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
163 lines (136 loc) · 2.69 KB
/
.gitignore
File metadata and controls
163 lines (136 loc) · 2.69 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# Generated JSON assets (regenerated by generate-everything)
**/search-index.json
assets/json/sites-metadata.json
# Environment variables
.env
.env*.local
.dev.vars
.DS_Store
# External repositories
dih-ops/
# Node modules
node_modules/
# Temporary files
temp-repo/
_build_temp/
# TODO.md
url-check-results.json
temp_urls.txt
prompt.md
# Logs
*.log
# IDE and AI tool specific files (each contributor can use their own tools)
.vscode/
.idea/
.cursor/
.clinerules/
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
_book
_manual
# eBook build output (generated from Quarto source)
*.epub
*.mobi
assets/pdfs/*.pdf
/.idea
/venv/
__pycache__
backups/
tmp/response.md
.article-cache.json
.voltagent
lint-errors.txt
# Quarto build artifacts
/_site/
/_book/
.quarto/
/.quarto/
**/*.quarto_ipynb
site_libs/
/index.html
brain/figures/**/*.html
# Ignore stray HTML and _files directories from `quarto preview`
# but DON'T ignore them if they are in the _book directory
*_files/
knowledge/**/*.html
_book/
libs/
index.tex
_freeze/
.venv
presentation.html
presentation.pptx
~$presentation.pptx
landing-page.html
index.aux
index.toc
nul
dih-index.html
!apps/**/*.html
.claude/settings.local.json
.jupyter_cache/
*.tex
!callout-bw.tex
*.aux
# Netlify
.netlify/
netlify/build-pdf.log
quarto-linux-amd64.deb
.deno-kv/
_site/
# Python build artifacts
*.egg-info/
*.egg
dist/
build/
# Agent memory (dynamic, not in version control)
memory/*
!memory/.gitkeep
# Hash store (centralized file processing state)
.file-hashes.json
index.qmd
# Generated Quarto config (copied from _quarto-manual.yml or _quarto-1-pct-treaty-impact.yml)
_quarto.yml
# Generated outline file
OUTLINE-GENERATED.MD
# Generated analysis outputs (regenerate with: python scripts/generate-everything-parameters-variables-calculations-references.py)
_analysis/
.chrome-automation-profile/
# Watermark processing folders
assets/need-watermark/
assets/watermarked/
.generate-images.lock
# Test workflow logs
economics-render.log
economics-render-test.log
act-artifacts/
# ACT test logs
logs/
# Auto Claude data directory
.auto-claude/
.claude_settings.json
.auto-claude-status
!assets/html/page-loader.html
README.html
.metadata-temp-*
.exiftool-args-*
.cache/
# Claude hooks cache/logs
.claude/hooks/__pycache__/
!institute-header.tex
# Audiobook build artifacts (regenerate with: npm run audiobook:generate:all, synced to R2)
assets/audiobook/
/.luarc.json
/tools/
kindle-diagnosis/
assets/kpf
assets/docx
*.mp4
.locks/
.vercel