chore: remove __pycache__ from tracking, strengthen gitignore

This commit is contained in:
FXY
2026-06-12 00:29:41 +08:00
parent 45a3b3b24c
commit df3c0bc287

3
.gitignore vendored
View File

@ -21,3 +21,6 @@ secrets.json
# Large binary artifacts # Large binary artifacts
*.zip *.zip
# Django/Python cache (any depth)
**/__pycache__/