chore: clean up Python artifacts and add __pycache__ to gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
AndyMik90
2026-03-11 22:18:20 +01:00
parent 75869f7e22
commit da5a708218
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -110,6 +110,12 @@ test-results/
playwright-report/ playwright-report/
playwright/.cache/ playwright/.cache/
# ===========================
# Python
# ===========================
__pycache__/
*.pyc
# =========================== # ===========================
# Misc # Misc
# =========================== # ===========================
Binary file not shown.