From f8e186fb60595bb56c156ce2fa41bc95cc186ea2 Mon Sep 17 00:00:00 2001 From: nathom Date: Sun, 20 Jun 2021 10:45:36 -0700 Subject: [PATCH] Ignore poetry config for now Signed-off-by: nathom --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 460a58a..2716653 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ StreamripDownloads *test.py /.mypy_cache /streamrip/test.yaml +/pyproject.toml +/poetry.lock