Set up PyQt6 + QGraphicsView pipeline-editor skeleton, requirements, pytest headless config, and the actionable implementation plan under docs/plan. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
111 B
Plaintext
13 lines
111 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.venv/
|
|
venv/
|
|
build/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
.coverage
|
|
htmlcov/
|