chore: ignore Python __pycache__ and *.pyc files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
199f7296a9
commit
e840072f69
|
|
@ -56,5 +56,9 @@ Thumbs.db
|
||||||
# Temporary files
|
# Temporary files
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
|
# Python bytecode
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
# thunar settings
|
# thunar settings
|
||||||
*desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
|
*desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue