From 5ec9871b65db374a23b2e57207205df54ab181a0 Mon Sep 17 00:00:00 2001 From: Lee Braiden Date: Sat, 22 Mar 2025 15:19:12 +0000 Subject: [PATCH] Ignore common transient/local files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a4717a7..7297f14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ __pycache__/ *.pyo *.pyc +output/* +dist/ +.venv/ +.python-version +*~