From ef1909f964cbfa441afe8be3b7795379d51073c2 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 31 Jan 2024 07:40:24 -0500 Subject: [PATCH] Ignore Python artifact Signed-off-by: Alex Nelson --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9422f03..3249754 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .*.done.log .check-*.ttl .venv-pre-commit +__pycache__ venv