Untrack accidentally committed __pycache__; ignore .pyc

This commit is contained in:
Samuel Bouchet 2026-04-16 22:35:18 +02:00
parent f86b9abecd
commit 62a208934c
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View file

@ -24,3 +24,5 @@ Thumbs.db
# Automation harness run outputs # Automation harness run outputs
.automation_runs/ .automation_runs/
**/__pycache__/
*.pyc