commit 43510db853cc2b0e8820648e54d41a0a83071eec parent 60b5d80fb290ee2d4ab6029f7029dd5a37577f88 Author: Karl Eklund <localpart@gmail.com> Date: Sat, 28 Mar 2026 10:51:21 +0100 Ignore __pycache__ and .venv Diffstat:
| A | .gitignore | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +.venv