Ignore generated Python test artifacts

This commit is contained in:
tegwick 2026-07-26 14:15:01 +02:00
parent f906d26807
commit 6e00b4b5b5
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
__pycache__/
*.py[cod]
.pytest_cache/