.venv/
__pycache__/
*.pyc
.pytest_cache/
dist/
build/
*.egg-info/

# A run's own output. The example's answers and scorecard are checked in on
# purpose — a worked example whose result cannot be reproduced is a screenshot.
/questions.csv
/questions.key.json
/answers.csv
/review.csv
/scorecard.html

# Generated by examples/tpcds/build.py in seconds. Checking in 24MB of
# regenerable data to save a command is a bad trade, and the schema it was
# built from is checked in beside it.
examples/tpcds/tpcds.duckdb
examples/tpcds/review.todo.csv
