-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
188 lines (149 loc) · 3.39 KB
/
Copy path.gitignore
File metadata and controls
188 lines (149 loc) · 3.39 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# Dependencies
node_modules/
package-lock.json.tmp
# Build artifacts — intermediate outputs (vitest coverage, typedoc, playwright reports).
# During release, reports are copied from builds/ → docs/ and committed.
dist/
build/
builds/
/playwright-report/
/test-results/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
.nyc_output/
# Vitest
.vitest/
# Test results (Playwright .last-run.json)
.last-run.json
# Editor directories and files
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# Temporary files
*.tmp
*.swp
*~
.tmp/
/tmp/
# Environment variables
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn
.yarn-integrity
yarn.lock
.yarn/
.pnp.*
# parcel-bundler cache
.cache
.parcel-cache
# Next.js
.next/
out/
# Nuxt.js
.nuxt/
dist/
# Gatsby files
.cache/
# Pipeline transit model cache output
cache/
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# TypeScript cache
*.tsbuildinfo
# TypeScript compiled output (source maps and declaration files)
scripts/**/*.js.map
scripts/**/*.d.ts
scripts/**/*.d.ts.map
# MCP client logs/debug
mcp-debug.log
mcp-*.tmp
# Security scanning reports
/eslint-report.json
# Derived files — generated at build time by `npm run prebuild`
# These files cause merge conflicts when multiple news PRs are open simultaneously.
# See: https://github.com/Hack23/riksdagsmonitor/pull/512
/sitemap.xml
/sitemap*.html
/rss.xml
/index.html
/index-*.html
news/articles-metadata.json
homepage-desktop.png
# Preview screenshots
index-page-redesign.png
final-index-redesign.png
# Analysis pipeline output — committed for review and political intelligence improvement.
# Political Intelligence Classification Framework — analysis output
# Generated per-run by the Analysis-First Pipeline Stage (Issue 4).
# Committed to analysis/{date}/ so artifacts can be reviewed, compared, and refined.
builds/
tmp-work/
# Pre-fetched EP Open Data Portal feed dumps written by
# `scripts/prefetch-ep-feeds.sh` into `analysis/<date>/<slug>/data/`. These
# are large raw API responses (meps-feed.json alone exceeds 8 MB) used only
# as Stage-A input for the agent — never reviewed by humans and never
# referenced by the rendered article. Tracking them blew the gh-aw
# safe-outputs 10 MB patch ceiling on every article run, causing
# `Patch size (NNNN KB) exceeds maximum allowed size (10240 KB)` and a
# PAT-fallback firing on almost every scheduled run. Ignoring them keeps
# patches small so the bundle path lands the PR on its own.
analysis/**/data/
# Vendored mermaid bundle (13MB → 64 .mjs chunks). Generated by
# `npm run copy-vendor` in CI before deploy; no need to commit.
js/vendor/mermaid/
# Generated PWA artifacts (rendered by scripts/generators/build-info.js on prebuild)
/sw.js
/build-info.json