# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
.venv/

# Build output
dist/

# Test coverage
.coverage
htmlcov/

# Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Benchmark run log (local, append-only)
benchmarks/runs.jsonl
