.env
.env.local
.env.*.local

# Python
backend/venv/
__pycache__/
*.pyc
.pytest_cache/

# Node / Next.js
frontend/node_modules/
.next/
frontend/out/

# OS
.DS_Store

# MCP package
mcp/node_modules/
mcp/dist/
.vercel

# fund-agent local state (balance history)
fund-agent/state/
