-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (81 loc) · 2.66 KB
/
Copy path.gitignore
File metadata and controls
93 lines (81 loc) · 2.66 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
node_modules/
tmp/
dist/
dist-electron/
dist-zotero/
dist-browser/
server/dist/web/
release/
*.log
.DS_Store
.vite/
.kilo/
# GitHub Actions workflows are release infrastructure and must be versioned.
*.nodus
*.sqlite
# Personal photos used to verify the image tools stay on the machine that runs
# them: a real camera file carries device, timestamp and location metadata, and
# this repository is public. Point the verify scripts at a path outside the tree
# (see design/nodus-toolkit-plan.md §6.2-bis) instead of adding one here.
*.heic
*.HEIC
*.heif
*.HEIF
# Local credentials and signing material must never be committed.
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.mobileprovision
# esbuild smoke-test bundles (generated at repo root)
.smoke-*.mjs
.smoke-*.cjs
# Bundles the perf benches build next to the sources they import (esbuild needs the
# output inside the repo for --packages=external to resolve).
.bench-*.cjs
.bench-*.cjs.map
.bench-*.mjs
.dump*.cjs
.tmpbench/
build/NodusDockTile.docktileplugin/
# Local tooling / caches
.claude/
__pycache__/
# Locally generated analysis reports
reports/
# Reproducible throwaway profile retained by `npm run qa:notion-parity -- --retain`.
.qa/notion-parity-userdata/
# Local artifact previews (published website manuals live in site/manuals/)
output/
pages-artifact/
# Locally generated legal texts (rebuilt from node_modules on every build).
legal/generated/*
# ...except the pinned upstream license texts, which are vendored so packaging
# never depends on reaching gnu.org/apache.org/creativecommons.org/GitHub from
# CI. Their canonical URLs and SHA-256 digests stay in legal/remote-notices.json;
# the bundler reuses these whenever the digest matches instead of re-fetching.
!legal/generated/GPL-3.0.txt
!legal/generated/LGPL-3.0.txt
!legal/generated/CC-BY-4.0.txt
!legal/generated/APACHE-2.0.txt
!legal/generated/ONNX_RUNTIME_LICENSE.txt
!legal/generated/ONNX_RUNTIME_THIRD_PARTY_NOTICES-1.18.0.txt
!legal/generated/ONNX_RUNTIME_THIRD_PARTY_NOTICES-1.21.0.txt
!legal/generated/ONNX_RUNTIME_THIRD_PARTY_NOTICES-1.22.0-dev-89f8206ba4.txt
!legal/generated/SHARP_LIBVIPS_LICENSE.txt
!legal/generated/SHARP_LIBVIPS_THIRD_PARTY_NOTICES.md
!legal/generated/SHARP_LIBVIPS_VERSIONS.properties
!legal/generated/GITHUB_COPILOT_SDK_LICENSE.txt
!legal/generated/GITHUB_COPILOT_CLI_LICENSE.md
!legal/generated/OPENAI_CODEX_LICENSE.txt
# Nodus Toolkit test caches (Tesseract traineddata, etc.)
scripts/.cache/
# Local verification screenshots (scripts/verify-*-ui.mjs)
.tmp-shots/
# Tutorial video pipeline output (frames, audio, renders — never committed)
.tutorial-out/
# Local Nodus Server state (admin hashes, device tokens) — never committed
server/data/