.DS_Store
.idea/
target
*.iml
**/*.rs.bk
tests/pg_regress/results
tests/pg_regress/regression.diffs
tests/pg_regress/regression.out

# Code coverage
coverage/
*.profraw
*.profdata

# mdBook build output
book/

# dbt separate venv (Python 3.13, not committed)
.venv-dbt/

# dbt generated artifacts
.user.yml
package-lock.yml

# TPC-H test run logs (local artefacts, not for VCS)
test-tpch*.log
clippy_output.txt

# Dev/CI artifacts that must not be distributed via PGXN
test_output.txt
staged_files.txt

# Staging directory for lite E2E Docker base image (generated by CI)
_e2e_pkg/
