From 5f1903eef019ef0292577a36e9a4c7d7788f00ec Mon Sep 17 00:00:00 2001 From: Brummel Date: Tue, 2 Jun 2026 16:22:24 +0200 Subject: [PATCH] chore: gitignore python bytecode caches --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c9f1662..4f86d8e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.swp *.bak *~ +__pycache__/ +*.pyc # postmortem skill output — reports are per-run artifacts, not tracked docs/postmortems/