chore: add python gitignore patterns

This commit is contained in:
Timmy Foundation Ops
2026-04-06 15:12:06 +00:00
parent 26f8d47885
commit 13186ca9d6

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*.pyc
__pycache__/
*.egg-info/
.pytest_cache/