-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 1.24 KB
/
.gitignore
File metadata and controls
47 lines (38 loc) · 1.24 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
# Generated artifacts
# Ignore the entire generated-files tree (keys, exports, data dirs, tarballs, logs).
chain-of-geths/generated-files/**
# But track the data directory
!chain-of-geths/generated-files/data/
!chain-of-geths/generated-files/data/**
# Local environment overrides (keep secrets/IPs out of git)
chain-of-geths/.env
chain-of-geths/.env.*
!chain-of-geths/.env.example
# Compiled python output
*.pyc
# Python virtual environments
.venv/
*/.venv/
**/.venv/
# OS cruft
.DS_Store
# Vast Homestead miner local artifacts
resurrection/vast-homestead/generated-files/**
resurrection/vast-homestead/.cache/**
resurrection/vast-homestead/.ssh/
resurrection/vast-homestead/__pycache__/
resurrection/vast-homestead/*.log
resurrection/vast-homestead/**/*.log
# Local env overrides for Vast Homestead
resurrection/vast-homestead/.env
resurrection/vast-homestead/.env.*
!resurrection/vast-homestead/.env.example
# Resurrection generated files (binaries, keys, etc.)
resurrection/generated-files/
# Resurrection sensitive files (keystore, account info)
resurrection/mining-account-keystore.json
resurrection/MINING-ACCOUNT.md
resurrection/*keystore*.json
resurrection/*password*
# Claude Code local settings (machine-specific permissions)
.claude/settings.local.json