__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
# Anchored to the repo root on purpose: an unanchored `build/` also matches
# src/boldcurator/build/, which is source, not an artefact.
/build/
/dist/
# PyInstaller writes this to the cwd it's run from, not /build/ or /dist/.
*.spec
.venv/
*.duckdb
*.duckdb.wal
*.duckdb.staging
tests/fixtures/*.duckdb
