From a3d2d5661e844838a45414a6fc68b26db738d5ff Mon Sep 17 00:00:00 2001 From: iqnite Date: Mon, 5 Jun 2023 13:16:47 +0000 Subject: [PATCH] Ignore Replit files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 61853f8..8178bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,8 @@ .vscode/ __pycache__/ assets/desktop.ini +poetry.lock +pyproject.toml +.replit +replit.nix +venv/ \ No newline at end of file