From 02120fbf5fd28d84e6dc3ef7a1b4e203fccc45f4 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Fri, 13 Feb 2026 01:11:37 -0800 Subject: [PATCH] chore: add dist, __pycache__, and tasks to .gitignore Prevents accidental commits of build output, Python bytecode cache, and Claude Code team task files. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 31ba5f1d..007765b7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,16 @@ Thumbs.db # Node node_modules/ +# Build output +dist/ + +# Python +__pycache__/ +*.pyc + +# Task files (Claude Code teams) +tasks/ + # Personal configs (if any) personal/ private/