Update .gitignore to include __pycache__ and Python bytecode files

This commit is contained in:
2026-05-31 10:51:52 +08:00
parent 888e68b3ae
commit f21b286ec0
+2
View File
@@ -1,2 +1,4 @@
.env
.venv/
__pycache__/
*.py[cod]