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

# Cargo lock file (for libraries, should not be committed)
Cargo.lock

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

# Test artifacts
*.pdf
/tests/output/
/tmp/

# Documentation build
/target/doc/

# Benchmark results
/target/criterion/

# Coverage reports
/target/coverage/
*.profraw
*.profdata

# Temporary files
*.tmp
*.bak
fuzz/target/
tests/private_corpus/*.pdf
tests/private_corpus/**/*.pdf
*.onnx
