# AI Configuration (do not commit)
CLAUDE.md
AGENTS.md
SPEC.md
.claude/

# Legacy MCP config (deprecated — keep ignored)
.mcp.json
opencode.json
.opencode/

# Rust build artifacts
/target/
Cargo.lock

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

# OS files
.DS_Store
Thumbs.db

# Test artifacts
*.profraw
*.profdata

# Benchmark results (can regenerate)
/benches/results/

# Secrets & credentials (never commit — push protection + gitleaks also guard these)
*.pem
*.key
*.crt
*.p12
*.pfx
id_rsa
id_ed25519
.secrets/
.env
.env.*
*.secret
secrets.*
credentials.json
