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

# VS Code extension build artefacts
node_modules/
vscode/out/
*.vsix

# the store itself is local state, never committed
.dbtattic/

# fixture project outputs
tests/fixtures/*/target/
tests/fixtures/*/logs/
tests/fixtures/*/dbt_packages/
tests/fixtures/*/warehouse.duckdb

# dbt machine-local anonymous id
.user.yml
