-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (31 loc) · 743 Bytes
/
.gitignore
File metadata and controls
38 lines (31 loc) · 743 Bytes
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
# Research & reference materials (large, not needed for the site)
research/
# Whitepaper source & build pipeline (kept locally, not public)
whitepaper/
# Internal tooling
tools/
# Agent instructions & operational docs (internal only)
instructions/
# Local Claude Code settings
.claude/
# Jekyll local build and cache artifacts
_site/
.jekyll-cache/
.jekyll-metadata
.sass-cache/
# Images not used by the deployed site
images/3d-network.png
images/blue-graph.png
images/iceberg.png
images/mechanism.png
images/mockup-tacit-constellation.svg
images/dalle-prompt-pack.md
images/diagrams/
images/simple_landing_concept_1.png
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/