From e300240b971dc81c13a3048eec7fe8e5acd5a2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 18 Nov 2023 12:18:27 +0200 Subject: [PATCH] chore(gitignore): more common Python project things --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 1597636..cab4248 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ +*.egg-info/ +*~ +/.env /.idea/ +/.nox/ /.python-version +/.rtx.*.local.toml +/.rtx.local.toml +/build/ +/dist/ +/venv/ __pycache__/