chore: ignore Python cache artifacts

This commit is contained in:
udo 2026-06-11 23:06:03 +00:00
parent 20db669589
commit b957a2373b
4 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -37,3 +37,7 @@ tmp/*
bin/*
pkg/*
# Python cache artifacts
__pycache__/
*.pyc