Ignore root __pycache__ directory

This commit is contained in:
lm 2025-10-17 09:05:11 +02:00
parent 91df0b8ddd
commit d49cd08c23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
__pycache__
*.py[cod]
*$py.class