chore(git): ignore python cache files

This commit is contained in:
vsxd 2026-03-13 11:10:02 +08:00
parent ec9341a6da
commit c8d155e23f

2
.gitignore vendored
View file

@ -54,6 +54,8 @@ coverage/
# Temporary files
.tmp/
tmp/
__pycache__/
*.py[cod]
# Git worktrees
.worktrees/