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

# Python / maturin build artifacts
*.so
*.pyd
*.dll
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
dist/
wheels/
*.whl

# Editor / OS
.idea/
.vscode/
.DS_Store
*.swp

# Local test inputs (don't commit large/sample PDFs)
*.pdf
!tests/fixtures/*.pdf
