# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# C extensions
*.so

# Ruff stuff:
.ruff_cache/

# Virtual environments
.venv


# Added by cargo

/target

# macOS
.DS_Store

# Agent / editor tooling and local config
.agent/
.claude/

# Local benchmark output and scratch data
bench_results*.md
/test_incremental/

# Local reference checkout of external repos (e.g. a datafusion clone)
/reference/

# Shootout generated artifacts
misc/shootout/corpora/
misc/shootout/results/

# Shootout raw-result archives: keep locally, publish only the extracted
# results-ec2-*/results/ JSONs (they are the auditable numbers)
misc/shootout/results-archive/
misc/shootout/results-ec2-*/shootout-results.tar.gz
