# Python env / cache
.venv/
venv/
__pycache__/
*.pyc
*.pyd
.hypothesis/

# Rust build
target/

# Local benchmark / artifacts
bench_*.csv
benchmarks/*.csv
build_error.txt
tests/results.txt

# OS/editor
.DS_Store
Thumbs.db
.vscode/
