# Rust
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Release artifacts - NEVER commit binaries
/release/
/dist/
*.tar.gz
*.zip
*.exe
*.dll
*.so
*.dylib
*.a
*.lib

# Binary files
mrapids
mrapids-agent
!*.rs  # Allow Rust source files
**/*.rs.bk
*.pdb

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
test-*/
tmp/
temp/
test-sdk-*/
test-*-sdk/
*.test.json
test_*.py
test-*.sh
test-parser.rs
flattened.json
.env.test
test-broken.env

# Environment
.env
.env.local

# Logs
*.log

# OS
Thumbs.db
.DS_Store

# Build artifacts
dist/
build/
*.egg-info/

# MCP Server
.mrapids/audit/*.log
mcp-test-*/

# API specs (temporary)
api-curl.sh
*-package.json
stripe-*.json

# SBOM artifacts (generated)
/sbom/
*.sbom.json
*-sbom-*.json
*-cyclonedx.json