# Rust build artifacts
target/

# Node.js
node_modules/
dist/
.next/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
*.egg-info/
.pytest_cache/

# Environment / secrets
.env
.env.local
.env.*.local
secrets/
.pypirc
.npmrc

# SBOM / signing artifacts
sbom.cdx.json
sbom.cdx.json.sig
sbom.cdx.json.cert

# Simulation outputs
tools/reputation_sim/output/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
.vercel
