.worktrees/
.claude/
.agents/

# OS/editor noise
.DS_Store
*.log

# Local environment files (keep .env.example tracked)
.env
.env.local
.env.*.local

# Dependencies
**/node_modules/
/functions/node_modules/
/functions/dist/
/functions/*.tgz

# Next.js build outputs
**/.next/

# Node (test vector generation in python-sdk/)
python-sdk/node_modules/
python-sdk/package.json
python-sdk/package-lock.json

# Rust
rust-sdk/target/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
*.egg
.coverage
htmlcov/

# Plans
docs

# Yarn PnP
.pnp.cjs
.pnp.loader.mjs

# Override global gitignore for repo config files
!eslint.config.mjs
