-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (50 loc) · 1.8 KB
/
Copy path.gitignore
File metadata and controls
60 lines (50 loc) · 1.8 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
node_modules
dist/
.env
*.log
.DS_Store
data/*.sqlite-wal
data/*.sqlite-shm
# stats.sqlite is runtime-mutated (usage, API keys) and rebuilt by the app via
# CREATE TABLE IF NOT EXISTS — keeping it in git only produced permanent binary
# diff noise. bic.sqlite / compliance.sqlite stay tracked (read-only seed data).
data/stats.sqlite
coverage/
*.tsbuildinfo
.superpowers/
# Append to .gitignore
mcp/node_modules
mcp/dist/
# Secret tokens generated by mcp-publisher login
.mcpregistry_*_token
mcp/.mcpregistry_*_token
.vercel
# Private internal reports (revenue/traffic reality) — never publish
docs/internal/
# Python bytecode
__pycache__/
*.pyc
# One-off operator tool with wallet key material — never commit
scripts/x402-pay.mjs
# Worktrees de sessions parallèles Claude Code — jamais dans le dépôt
.claude/
.exam.mjs
# UK modulus weight table — fetched at build/boot from Vocalink, never redistributed
data/uk-modulus.json
# Regenerated from source for the contract linter — never committed
openapi.generated.json
# Village atlas inputs: Midjourney boards and cut sprites stay OUT of the
# public repo (the boards carry a generation identity; the fiche mandates it).
scripts/village-atlas/boards/
scripts/village-atlas/sprites/
scripts/village-atlas/out/
scripts/village-atlas/sheets/
# Scratch stats database of `npm run pages:export` (the in-process calls record nothing anyone reads)
data/.export-register-pages.stats.sqlite*
# Any scratch stats DB a throwaway script points STATS_DB_PATH at. The two
# export scripts were listed by name, so a probe script that invented its own
# name (data/.probe.stats.sqlite) sailed past and got committed on 07/09/2026.
data/.*.stats.sqlite*
data/.export-country-pages.stats.sqlite*
# Clés de comptes de service (Google Search Console…) : jamais dans le dépôt
.secrets/