From d589752b91b3729047361040dd79d5ec9d90519a Mon Sep 17 00:00:00 2001 From: arnol377 Date: Mon, 28 Apr 2025 13:44:00 -0400 Subject: [PATCH] Update .gitignore to include .pypirc and terraform_data_dirs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4b6362..0b5ddea 100644 --- a/.gitignore +++ b/.gitignore @@ -198,4 +198,5 @@ cython_debug/ .ruff_cache/ # PyPI configuration file -.pypirc \ No newline at end of file +.pypirc +terraform_data_dirs \ No newline at end of file