chore: Add Python cache files to .gitignore and remove from repo

Co-authored-by: mindesbunister <32161838+mindesbunister@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-06 19:16:46 +00:00
parent eb0d41aed5
commit 4599afafaa
11 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@@ -42,3 +42,10 @@ dist/
# Coverage reports
coverage/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python