1
0

feat: update AI generated code

This commit is contained in:
2026-04-07 13:37:27 +08:00
parent 6cb1a89751
commit 6a14c67f99
3 changed files with 216 additions and 6 deletions

19
mv-and-ip/.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
## ======== Personal ========
# VSCode settings
.vscode/
# All image files
*.jpg
*.png
## ======== Python ========
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv