-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 1.95 KB
/
Copy path.gitignore
File metadata and controls
46 lines (38 loc) · 1.95 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
# ── Secrets ───────────────────────────────────────────────────────────────────
.env
.env.local
.env.*.local
*.pem
*.key
# ── Foundry build artefacts ───────────────────────────────────────────────────
contract/out/
contract/cache/
contract/broadcast/
contract/.gas-snapshot
# ── Foundry dependencies (restore with: cd contract && forge install) ─────────
contract/lib/
# ── Node / npm (contract Pyth SDK) ────────────────────────────────────────────
contract/node_modules/
contract/package-lock.json
# ── Next.js / pnpm ────────────────────────────────────────────────────────────
frontend/node_modules/
frontend/.next/
frontend/.pnpm-store/
frontend/out/
# ── Python ────────────────────────────────────────────────────────────────────
ai/.venv/
**/__pycache__/
**/*.pyc
**/*.pyo
*.egg-info/
# ── macOS ─────────────────────────────────────────────────────────────────────
.DS_Store
.AppleDouble
.LSOverride
# ── Editor ────────────────────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
# keeper / detector replay-guard state
.detector_state.json