add .gitignore

main
Bifang 2026-09-10 16:15:51 +08:00
parent 0aa100f127
commit b5ae41a5c2
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
.venv/ .venv/
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
.code-review-graph/