-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
114 lines (99 loc) · 3.17 KB
/
Copy path.gitignore
File metadata and controls
114 lines (99 loc) · 3.17 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Node dependencies
node_modules/
# Environment variables (CRITICAL - secrets)
.env
# Logs
*.log
# OS files
.DS_Store
Thumbs.db
# Build outputs
dist
projects/gd-events-pipeline/invite_events.csv
# Agent / editor local config (may contain tokens)
.claude/
*.local.json
# n8n automations — obsolete, kept locally only
projects/automations/
# Private process files — kept locally, not published
projects/dashboard-scripts/Logs/
projects/dashboard-scripts/Diagnostics/
projects/dashboard-scripts/Snapshots/
projects/dashboard-scripts/archive/
projects/dashboard-scripts/v5-archive/
projects/dashboard-scripts/v6-build-log.md
projects/dashboard-scripts/v6-fix-plan.md
projects/dashboard-scripts/v6-implementation-plan.md
projects/dashboard-scripts/v6-bugfix-27-May.md
projects/dashboard-scripts/v6-planning-agent-prompt.md
projects/dashboard-scripts/v6-audit-agent-prompt.md
projects/dashboard-scripts/v6-audit-findings.md
projects/dashboard-scripts/v6-master-reference.md
projects/dashboard-scripts/handoff.md
# Docs kept locally only
docs/data-dictionary/
docs/datasources/
docs/other/
# Internal strategy / planning docs â€" local only, never published
projects/onchain-analytics/docs/antseed-tracking-plan.md
projects/onchain-analytics/docs/tracking-plan-research.md
docs/utm-tracking-architecture.md
# Agent context & process files — local only, never published
# This is a public repo: instructions files of any kind do not belong here,
# only working code and reader-facing documentation. Keep this list ahead of
# anything an agent might try to commit.
CLAUDE.md
**/CLAUDE.md
**/AGENTS.md
**/copilot-instructions.md
**/*.instructions.md
**/*.prompt.md
**/run-log*.md
**/handoff*.md
**/*-agent-prompt.md
**/brief.md
**/architecture.md
**/plan.md
**/audit.md
**/specs/
# Private working files - local only, never committed
_internal/
# Investigation working files - local only
investigations/jul15-spike/
investigations/sybil-farm/amplitude-prompts.md
investigations/sybil-farm/cross_reference_results.json
queries/dune/reserve-governance/cross_reference.py
queries/dune/sybil-monitor/BUILD-GUIDE.md
investigations/sybil-farm/startup-prompt.md
# ---------------------------------------------------------------------------
# THE UNDERSCORE CONVENTION (added 2026-07-30)
# A leading "_" means LOCAL-ONLY working file: raw dumps, exports, scratch
# analysis, and anything candid about people. One rule to remember instead of
# listing every future filename. Prefix a file with "_" and it can never be
# committed to this public repo by accident.
# NOTE: *.yml is deliberately NOT matched — dbt uses _sources.yml / _schema.yml
# as real tracked code.
_*.md
_*.txt
_*.json
_*.csv
_*.tsv
**/_*.md
**/_*.txt
**/_*.json
**/_*.csv
**/_*.tsv
# Agent kickoff / seed prompts (same family as the handoff + prompt rules above)
**/*kickoff*.md
**/*startup-prompt*.md
**/*-primer.md
# Internal meeting material + working digests — never reader-facing
**/meeting-prep*.md
**/meeting-notes*.md
**/project-checklist-meeting.md
docs/monday-digest-*.md
docs/monday-digest-pull-guide.md
docs/monday-digest-template.md
# Candid docs about colleagues / stakeholders — NEVER in a repo others can read
**/*-alignment-analysis.md
**/*-profile.md