# Rust build artifacts
/target/
build/
**/*.rs.bk
*.pdb

# Cargo lock is committed for binaries
# Cargo.lock

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Debug files
*.dSYM/

# Test artifacts
/tests/fixtures/*/target/

# Benchmark results
/benches/results/

# Coverage reports
/coverage/
*.profraw
*.profdata
tarpaulin-report.html

# MkDocs build output
site/

# Lint
.linthis/

# Plans
docs/plans/
