From 8f26dbfa7f814d17c2a9621080992ed8ed14e2cc Mon Sep 17 00:00:00 2001 From: Arda Aydin Date: Thu, 13 Aug 2026 23:27:45 +0300 Subject: [PATCH] Ignore Python bytecode __pycache__/ was showing as untracked on every status. Co-Authored-By: Claude Opus 5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..efa2c4d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Python bytecode +__pycache__/ +*.py[cod]