Ignore generated Python artifacts

This commit is contained in:
codex 2026-07-26 23:17:53 +02:00
parent 7751e5f043
commit 556c9a49bd
3 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View file

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