-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (66 loc) · 3.05 KB
/
Copy path.gitignore
File metadata and controls
79 lines (66 loc) · 3.05 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
# ─── Environment ───────────────────────────────────────────────────
.env
.env.local
.env.*.local
*.key
*.pem
# ─── Foundry ────────────────────────────────────────────────────────
contracts/cache/
contracts/out/
# NOTE: contracts/out/ is gitignored globally.
# ABIs are synced manually to frontend/src/abi/ after each deploy.
# Never commit compiled artifacts — only the manually synced ABIs.
# ─── Hardhat / ADI (zkSync) ────────────────────────────────────────
contracts-adi/artifacts/
contracts-adi/artifacts-zk/
contracts-adi/cache/
contracts-adi/cache-zk/
contracts-adi/node_modules/
contracts-adi/.zksolc-libraries-cache/
# ─── Next.js ────────────────────────────────────────────────────────
frontend/.next/
frontend/out/
frontend/node_modules/
frontend/.vercel
# ─── Python ─────────────────────────────────────────────────────────
agents/venv/
agents/__pycache__/
agents/**/__pycache__/
agents/*.pyc
agents/**/*.pyc
agents/.mypy_cache/
agents/.pytest_cache/
# ─── Hedera ────────────────────────────────────────────────────────
agents/hedera_token.json
agents/dynamic_agents.json
# ─── pnpm ───────────────────────────────────────────────────────────
node_modules/
.pnpm-store/
# ─── OS ─────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ─── Editor / Tools ──────────────────────────────────────────────────
.vscode/settings.json
.idea/
.claude/
*/.claude/
*.swp
*.swo
# ─── AI context files ──────────────────────────────────────────────
CLAUDE.md
*/CLAUDE.md
# ─── Internal docs (pitches, test scripts, PRD) ───────────────────
PRD.md
docs/*-pitch.md
docs/*-test.md
docs/demo-specs.md
docs/implementation-spec.md
agents/HEDERA_INTEGRATION.md
# ─── Demo / scratch files ─────────────────────────────────────────
*-demo.txt
*-pitch.md
# Others
notes.txt
# Sounds
SaveTikio Part 1.mp3
talking-ben-saying-ben.mp3