feat: update AI generated code
This commit is contained in:
19
mv-and-ip/.gitignore
vendored
Normal file
19
mv-and-ip/.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user