From 0d8e84ea36613847b968edb04b61325dd0b2ffcf Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sat, 28 Feb 2026 20:59:39 +0100 Subject: [PATCH] Add .gitignore with worktrees, pycache, pytest_cache Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5827d4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +.pytest_cache/ +.worktrees/