From b8763824d8590649317dd382902900e50709cde4 Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Tue, 8 Jul 2025 20:28:53 -0500 Subject: [PATCH] Whoops. Need to rename that file. --- .gitignore | 3 ++- project.toml => pyproject.toml | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename project.toml => pyproject.toml (100%) diff --git a/.gitignore b/.gitignore index 4fe9b9e..934efc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ **/__pycache__/ -.env \ No newline at end of file +.env +.venv \ No newline at end of file diff --git a/project.toml b/pyproject.toml similarity index 100% rename from project.toml rename to pyproject.toml