From 0b4c04cfb60cfc844cdad5ab7ecd1fffcde6b81c Mon Sep 17 00:00:00 2001 From: saqut Date: Tue, 16 Jun 2026 00:32:29 +0300 Subject: [PATCH] chore: __pycache__ gitignore Co-Authored-By: Claude Opus 4.8 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d7a80e4..ea8e157 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ saqut # Parola içerebilen yerel API istemcisi - asla commit edilmez scripts/gitea.py + +# Python bytecode cache +__pycache__/