1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2026-07-27 12:35:37 -05:00

Add gitignore rules for pycache and htop_history; untrack htop_history

This commit is contained in:
Kaan Barmore-Genc 2026-06-30 01:59:07 -05:00
parent 9ef9604f61
commit 6a4d439bca
2 changed files with 7 additions and 1 deletions

7
.gitignore vendored
View file

@ -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

View file

@ -1 +0,0 @@
python