# dependencies
node_modules/
.pnpm-store/

# build outputs
.next/
dist/
build/
out/

# turborepo
.turbo/

# deploy (Vercel)
.vercel/

# npm publish artifacts (@rpp402/* packages)
*.tgz

# env
.env
.env*.local

# logs
*.log
npm-debug.log*
pnpm-debug.log*

# editor
.vscode/*
!.vscode/extensions.json
.idea/

# os
.DS_Store
Thumbs.db

# testing
coverage/

# rust (packages/public/sdk-rust, packages/public/contracts)
target/
Cargo.lock
lib/forge-std/
cache/
broadcast/

# python (packages/public/sdk-python)
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/

# misc
*.tsbuildinfo
next-env.d.ts
