1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| public/
| node_modules/
| .DS_Store
| package-lock.json
| yarn.lock
| bun.lock
| pnpm-lock.yaml
| __generated__
| .hugo_build.lock
| .claude/
| CLAUDE.md
|
| # Secrets — never commit real credentials (.env.example is tracked)
| .env
|
| # Internal audit notes (not for distribution)
| AUDIT-port-and-commercialization.md
|
|