# Rust
/target
**/*.rs.bk
Cargo.lock

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
._*
.cursor/

# Testing
/examples/config/*.yaml
/examples/config/*.toml
/examples/config/*.json
!/examples/config/example-*

# Documentation
/target/doc

# Benchmarks
/target/criterion
