From 478efcf9e12756635a07654e74adc110e1e64114 Mon Sep 17 00:00:00 2001 From: Lasse Benninga Date: Tue, 28 Jul 2026 22:06:53 +0200 Subject: [PATCH] chore: ignore dbt .user.yml and generated artifacts PR #1 committed task-2/dbt_packages, task-2/target, and task-2/.user.yml. Keep dbt_packages/target/logs ignored and add .user.yml so local dbt identity files stay out of student PRs. Co-authored-by: Cursor --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 794e281..9e94e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,15 @@ Thumbs.db # hyf .hyf/score.json -# dbt / Databricks secrets +# dbt / Databricks secrets + generated artifacts profiles.yml task-2/profiles.yml dbt_packages/ target/ logs/ +.user.yml +**/partial_parse.msgpack + # Editor and IDE settings .vscode/