chore: ignore python bytecode cache

This commit is contained in:
Tobias Wüst 2026-05-18 18:02:59 +02:00
parent e0cb1ac68c
commit 27ed51ee95

2
.gitignore vendored
View file

@ -1 +1,3 @@
/.idea/
__pycache__/
*.pyc