Files
cbz-volume-combiner/.gitignore
2025-03-21 23:04:35 +00:00

33 lines
323 B
Plaintext

# 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/