-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (42 loc) · 694 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (42 loc) · 694 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
39
40
41
42
43
44
45
46
47
48
49
/out/
/cache/
/broadcast/
/archive/
.env
.env.*
*.log
sui-prover.log.*
model-calls.jsonl
# Node (PoCs / tooling)
node_modules/
**/node_modules/
__pycache__/
*.tsbuildinfo
# PoC build output
poc/**/dist/
# Demo video (too large for GitHub)
/demo/
# Local memory docs (do not push)
/AGENTS.md
/MEMORY.md
/RUNBOOK.md
/IMPROVEMENT_PLAN_3.private.txt
/PRIVATE_*.md
/PRIVATE_*.txt
/TECHNICAL_NOTES.private.md
# Private technical docs (do not push)
/docs/
/ARCHITECTURE.md
/DEPLOYMENT_INPUTS.md
/ECONOMICS.md
/THREAT_MODEL.md
# Sui Move build artifacts
/sui/build/
/sui/.trace
/sui/.coverage_map.mvcov
/sui/lcov.info
/sui/traces/
/sui/Published.toml
# Local MOVE_HOME cache
/m/
/formal/output/