# Byte-compiled / optimized / DLL files
*__pycache__/
*.pyc

# Distribution / packaging
dist/
target/
*.so
*.dll
*.pyd

# Virtual envs
venv
.venv

# Testing
.hypothesis/
.benchmarks/
benchmark.json
# Generated comparison reports (machine-specific timings); publish curated tables in the README/docs.
benchmarks/results/
.coverage
.coverage.*
coverage.xml

# Various tools caches
.cache/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.rumdl_cache/

# Documentation
site/

# VSCode
.vscode/

# IntelliJ IDEA / PyCharm
.idea/

# MacOS
.DS_Store

# Local planning docs
tasks/
plans/
statrs-issues/

# Numerical precision summary
audit-findings.md

# Local clone of the upstream crate, for cross-project work. Never committed.
statrs/
