/target*
/.vscode
/.idea
/.DS_Store
/.env
/*.html
/coverage
/*.profraw
/cobertura.xml
/logs
# 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
/coverage_report/tarpaulin-report.*

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


#Ignore vscode AI rules
.github/instructions/codacy.instructions.md

# Claude AI configuration (user-specific settings)
.claude/

# macOS Instruments trace directories and files
*.trace/
Trace*.run/

# Samply profiling output (if any temp files created)
*.samply
