# Rust
/target/
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.o
*.a
*.so
*.dylib

# Test artifacts
*.profraw
*.profdata

# Benchmark artifacts
criterion/

# Documentation build
/doc/

# Dev tool configs
.bmad/
.claude/
.agentvibes/
.clinerules/
.gemini/
.windsurf/
.mcp.json

# Output
/output/
