From 6a4d439bca6e20bafe9fc7f463da761ce8d3f75d Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Tue, 30 Jun 2026 01:59:07 -0500 Subject: [PATCH] Add gitignore rules for pycache and htop_history; untrack htop_history --- .gitignore | 7 +++++++ htop/htop_history | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 htop/htop_history diff --git a/.gitignore b/.gitignore index 291164c..c2106df 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,10 @@ # Mudpuppy skills (not tracked) claude/skills/mudpuppy-implementation-review/ claude/skills/mudpuppy-pr-review/ + +# Python bytecode cache +__pycache__/ +*.pyc + +# htop runtime history +htop/htop_history diff --git a/htop/htop_history b/htop/htop_history deleted file mode 100644 index fdc793e..0000000 --- a/htop/htop_history +++ /dev/null @@ -1 +0,0 @@ -python