# Node
node_modules/
*.log
npm-debug.log*

# Next.js
.next/
out/

# Rust
target/
**/*.rs.bk
Cargo.lock.bak

# Foundry
contracts/cache/
contracts/out/
contracts/broadcast/*/dry-run/
# Foundry-installed deps (regenerable via `forge install`)
contracts/lib/

# Python harness
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# Run data — WAL is huge (~1GB) and ephemeral; keep run summaries only
harness/data/wal/
harness/data/runs/**/raw/
harness/data/runs/**/*.tmp

# Local faucet runtime state (rate-limit ledger, etc.)
app/.faucet-data/

# OS
.DS_Store
Thumbs.db

# Build output (Next.js apps, TS libs)
dist/
build/

# Env
.env
.env.local
.env.*.local

# Editor
.vscode/
.idea/
*.swp
*.swo
