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:
parent
9ef9604f61
commit
6a4d439bca
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
python
|
||||
Loading…
Reference in a new issue