-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (81 loc) · 1.61 KB
/
Copy path.gitignore
File metadata and controls
100 lines (81 loc) · 1.61 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
94
95
96
97
98
99
100
# Environment & secrets
.env
.env.local
.env*.local
.signing_key.json
.keypairs.json
.mcpregistry_*_token
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
# Data files (generated at runtime)
identities.json
reputation.json
delegations.json
compliance.json
credentials.json
provenance.json
anchors.json
.blockchain_config.json
# File locks and backups
*.lock
*.json.bak
*.json.tmp
*.corrupted.*
# Logs
*.log
attestix_errors.log
# MkDocs build output
site/
# Next.js build output
website/.next/
website/out/
website/public/og-image.png
# Distribution
dist/
build/
# IDE
.vscode/
.idea/
# Claude Code
.claude/
# Cloudflare Wrangler
.wrangler/
# LaTeX build artifacts
*.aux
*.out
*.bbl
*.blg
*.fls
*.fdb_latexmk
*.synctex.gz
# Source templates (used to scaffold website, no longer needed)
magicuidesign-devtool-template/
magicuidesign-agent-template/
# Paper marketing assets (social thumbnails, outreach drafts)
paper/*.html
paper/*.png
paper/outreach.txt
paper/producthunt-draft.txt
paper/attestix-arxiv.tar.gz
paper/linkedin-*.txt
paper/social-posts.txt
# Website test artifacts
website/mermaid-test*.png
website/test_*.py
# Internal strategy docs (research, meetings, roadmap, funding)
paper/internal/
# Firecrawl scrape cache
.firecrawl/
# Interactive demo (local presentations only)
demo/interactive/
demo/agentic/
# Windows shell artifacts
nul
# persona-review run artifacts — embed injected internal business context (revenue, personal, investor names). Never commit, especially to the public OSS repo. Audit trail is preserved in each spec.md "Persona-Review Remediation" section.
specs/**/reviews/
**/reviews/