# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Test / tooling caches
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Environments
.venv/
venv/

# uv
# (uv.lock IS committed; the virtualenv is not)

# Benchmark outputs are machine-specific (timings + hostname), so they're generated
# locally (scripts/run_benchmarks.sh), never committed. Reference numbers live in
# BENCHMARKS.md; regression comparison uses the local .benchmarks/ autosave.
.benchmarks/
benchmarks/artifacts/
benchmarks/baselines/

# MkDocs build output
site/
