.venv/
venv/
__pycache__/
.pytest_cache/
.ruff_cache/
.pre-commit-cache/
dist/
build/
*.egg-info/
report.json
schema.sql
tmp_data/
tmp_mixed/
perf_data/
perf_outputs/
html/
.smartjoin_debug/
/test_datasets/
!/scripts/test_datasets/
!/scripts/test_datasets/**

# Keep generated Python bytecode/cache ignored inside re-included script tree
/scripts/test_datasets/**/__pycache__/
/scripts/test_datasets/**/*.py[cod]

