chore: drop committed __pycache__ and ignore Python bytecode

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
yuquanjun 2026-09-14 15:05:49 +08:00
parent a495717883
commit 28970fddf0
16 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -40,3 +40,7 @@ Desktop.ini
*.key
*.pem
credentials.json
# Python
__pycache__/
*.pyc