Update coverage badges [skip ci]

This commit is contained in:
Gitea Action
2026-06-20 12:55:58 +00:00
commit 1bae383c32
255 changed files with 113006 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Virtual environments
venv/
.venv/
pyPhotoAlbum/venv/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
eggs/
*.egg-info/
*.egg
# IDE
.idea/
.vscode/
*.swp
*.swo
# Git
.git/
# Test/coverage
.coverage
htmlcov/
.pytest_cache/
.tox/
# OS files
.DS_Store
Thumbs.db