From 4e3ec61fb089add35d248f320eeeb02107a64b6f Mon Sep 17 00:00:00 2001 From: dtoro Date: Wed, 1 Jul 2026 22:51:44 +0200 Subject: [PATCH] chore: ignore __pycache__/*.pyc Left behind by py_compile-checking bin/homelab's syntax during today's bugfix session. Co-Authored-By: Claude Sonnet 5 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 496ee2c..6c1482a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.DS_Store \ No newline at end of file +.DS_Store +__pycache__/ +*.pyc \ No newline at end of file