forked from genewildish/Mainline
Major changes: - Pipeline architecture with capability-based dependency resolution - Effects plugin system with performance monitoring - Display abstraction with multiple backends (terminal, null, websocket) - Camera system for viewport scrolling - Sensor framework for real-time input - Command-and-control system via ntfy - WebSocket display backend for browser clients - Comprehensive test suite and documentation Issue #48: ADR for preset scripting language included This commit consolidates 110 individual commits into a single feature integration that can be reviewed and tested before further refinement.
16 lines
168 B
Plaintext
16 lines
168 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.mainline_venv/
|
|
.venv/
|
|
uv.lock
|
|
.mainline_cache_*.json
|
|
.DS_Store
|
|
htmlcov/
|
|
.coverage
|
|
.pytest_cache/
|
|
*.egg-info/
|
|
coverage.xml
|
|
*.dot
|
|
*.png
|
|
test-reports/
|