1
0
Files
ai-school/mv-and-ip/.gitignore

21 lines
233 B
Plaintext

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