-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (33 loc) · 762 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (33 loc) · 762 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
# Secrets — never committed
.env
.env.*
!.env.example
# Node
node_modules/
# Phase A spike (throwaway; references testnet keys via env — never commit)
/spike/
# Circle developer-controlled wallet recovery material (sensitive — never commit)
backend/.circle/
backend/recovery_file_*.dat
# Internal notes — kept locally, never part of the repo
AGENTSCORE_BRIEF.md
PROJECT_STATUS.md
# Frontend build
dist/
# Playwright
test-results/
playwright-report/
.playwright/
web/screenshots/
# Backend runtime-generated deliverable artifacts (input dataset is committed)
backend/data/deliverables/
# Backend runtime-generated nanopayments ledgers
backend/data/nanopay/
# Foundry artifacts
out/
cache/
broadcast/
# Editor / OS noise
.DS_Store
Thumbs.db
*.log