# Build artifacts
/target

# rustfmt backups
**/*.rs.bk
.env
.mcp.json

# Large browser captures the wire format was reverse-engineered from
*.har

# Reverse-engineering artifact (downloaded Castle bundle)
/bundle.js

# Python binding build artifacts
__pycache__/
*.pyc
.pytest_cache/
*.so
dist/
*.egg-info/
.venv/

# Node binding build artifacts (the per-platform .node is built, not committed;
# the generated index.js / index.d.ts loader + types ARE committed)
node_modules/
*.node
