Init CBZ Volume Combiner v0.2.0

This commit is contained in:
Ben
2025-03-21 23:04:35 +00:00
commit 9fa11aea72
11 changed files with 1076 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Python bytecode files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
pip-wheel-metadata/
# Virtual environments
venv/
.venv/
env/
ENV/
# Editor specific files
.vscode/
.idea/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Logs and temporary files
*.log
tmp/
temp/