# Build artifacts
*.o
*.so
*.dylib
pg_sorted_heap-*.so

# PG regression artifacts
regression.out
regression.diffs
results/
log/
tmp_check/
tmp_check_iso/
/outputs/
/tmp/

# OS/editor temporary files
*.swp
*~

# Python cache artifacts
__pycache__/
*.py[cod]
.pytest_cache/

# Agent tooling
.agents/
.claude/
.crystal_ball/

# Local benchmark scratch binaries
/bench_kernel
/bench_fh_kernel
/bench_fh_kernel_real
