/target*
/.vscode
/.idea
/.DS_Store
/.env
/*.html
/coverage
/*.profraw
/cobertura.xml
# Keep tarpaulin.toml but ignore generated files
!/tarpaulin.toml
/tarpaulin-report.*
/benches/results
/node_modules/
/.package-lock.json
/package-lock.json
/package.json
/__pycache__/
**/__pycache__/
.cspellcache

# Python packaging artifacts
*.egg-info/
.ruff_cache/
uv.lock
.pytest_cache/
.venv/
.mypy_cache/
/benches/baseline_results.txt
