Update README.md

This commit is contained in:
2025-10-12 19:48:42 +13:00
parent 5227a69e7a
commit b5aa5b948b
4 changed files with 527 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.egg-info/
dist/
build/
# Test videos
*.mp4
*.mkv
*.avi
*.mov
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~