feat: Add .gitignore to exclude Python cache files

This commit is contained in:
2026-08-31 17:58:51 +02:00
parent 911d210074
commit 7b37143c01
+3
View File
@@ -0,0 +1,3 @@
__pycache__/
*.py[cod]
*$py.class