Add pycache to gitingore

This commit is contained in:
2026-08-03 02:37:16 +02:00
committed by kitoy
parent 31d76526ff
commit 944844805f

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
__pycache__
__pycache__/
*pycache*
*.pyc
*#
*~