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