diagrams-opus-qt/.gitignore
Ilya 9d6ceb8145 chore: scaffold project, plan, and toolchain
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>
2026-07-02 23:08:20 +02:00

13 lines
111 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.venv/
venv/
build/
dist/
*.log
.DS_Store
.coverage
htmlcov/