chore: ignore python cache files

This commit is contained in:
rikrdo
2026-05-18 00:31:04 +02:00
parent aaf33880c4
commit d3a558352d
5 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
__pycache__/
*.pyc
.pytest_cache/