Update gitignore to handle poetry-produced files.

This commit is contained in:
yrriban 2025-08-20 22:38:24 -04:00
parent bf37d48f12
commit 09381b4756

6
.gitignore vendored
View file

@ -1,7 +1,9 @@
*.spec
*.swo
*.swp
build
venv
__pycache__
build
dcc.egg-info
dist
poetry.lock
venv