From 055f1194c1a7611cf2f60b6ee95866a9069b44d8 Mon Sep 17 00:00:00 2001 From: Tom Sherwood Date: Tue, 22 Oct 2024 09:33:56 -0400 Subject: [PATCH] updating gitignore for .envrc --- .gitignore | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 98526db8e..2d684dede 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,27 @@ - +# Compiled files and build outputs target/ + +# DBT specific dbt_modules/ +dbt_packages/ +package-lock.yml + +# Logs logs/ + +# Documentation release_notes/ + +# IDE and editor files .idea/ +.vscode/ + +# Operating system files .DS_Store -dbt_packages/ + +# Environment and dependency management .mise.toml .venv/ __pycache__/ -package-lock.yml -.vscode \ No newline at end of file +.envrc +.python-version \ No newline at end of file