From 09381b47565aa63494a70d21a60530e8ef449a21 Mon Sep 17 00:00:00 2001 From: yrriban Date: Wed, 20 Aug 2025 22:38:24 -0400 Subject: [PATCH] Update gitignore to handle poetry-produced files. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3cfdaab..4e300d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ +*.spec *.swo *.swp -build -venv __pycache__ +build dcc.egg-info dist +poetry.lock +venv