# Dependencies
node_modules/
.pnp
.pnp.js
.yarn/install-state.gz

# Build outputs
dist/
build/
out/
*.js.map

# Rust / Shield
target/
packages/shield/target/
**/*.rs.bk
Cargo.lock

# Environment
.env
.env.local
.env.*.local

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bun-debug.log*

# Runtime data
pids/
*.pid
*.seed
*.pid.lock

# Lyrie data dirs
.lyrie/memory/
.lyrie/cache/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*.swo
*.iml

# Turbo
.turbo/

# TypeScript
*.tsbuildinfo

# Semgrep registry cache (auto-regenerable)
packages/omega-suite/engine/semgrep/rules/registry-cache/

# Python bytecode — never commit
**/__pycache__/
**/*.pyc
**/*.pyo

# Next.js build output — never commit
**/.next/

# OS artifacts
.DS_Store
Thumbs.db

# Secrets
*.npmrc
.pypirc
