-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (49 loc) · 1.11 KB
/
Copy path.gitignore
File metadata and controls
59 lines (49 loc) · 1.11 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
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.env
# Editor
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db
# Local round drafts (avant ratification publique)
rounds/*/draft_*.md
# Working coordination notes (kept outside the repo, never public)
TODO-HUMAIN.md
NOTES-PRIVEES*.md
# Local artefacts produced by the announce-release script when run outside CI
announcement.discord.md
announcement.x.txt
# Dashboard (Next.js)
dashboard/.next/
dashboard/node_modules/
dashboard/out/
dashboard/.env
dashboard/.env.local
dashboard/.vercel
# Logs
*.log
# Foundry artifacts (contracts/) - duplicated in contracts/.gitignore for safety
contracts/out/
contracts/cache/
contracts/broadcast/
contracts/lib/
contracts/lcov.info
contracts/coverage/
contracts/.env
contracts/.env.local
# Security audit operational files - never commit (contain plaintext secrets/email)
mailmap.txt
replace-text.txt
# Predictor exploratory scratch: ad-hoc analysis scripts and session briefs.
# Keep _aggregate_sfo_high.py (used by the Phase B gate).
predictor/scripts/_*.py
!predictor/scripts/_aggregate_sfo_high.py
predictor/_BRIEF_*.md
predictor/**/_BRIEF_*.md