release: lineartization v1.6.1 - color/handwritten image to line-art (skeleton & minimum modes, tunable denoise)

This commit is contained in:
dvs
2026-09-26 13:37:03 +08:00
commit b6612f1df3
11 changed files with 1360 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# 虚拟环境
.venv/
venv/
env/
ENV/
# 测试 / 缓存
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
# IDE
.idea/
.vscode/
*.swp
# 输出
output/
*.log
# 系统
.DS_Store
Thumbs.db
desktop.ini