Shop integration

This commit is contained in:
2026-01-14 17:47:58 +01:00
parent be7f7b7bf7
commit 21b78f8d17
52 changed files with 5288 additions and 198 deletions

15
.gitignore vendored
View File

@@ -6,8 +6,22 @@ build/
# Python
venv/
.venv/
env/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
input/
output/
# Distribution / Packaging
build/
dist/
wheels/
*.egg
.eggs/
# System
.DS_Store
@@ -15,3 +29,4 @@ Thumbs.db
# IDE
.vscode/
.idea/