- introduce `LyricFlow.Core.Backend` with shared DTOs, rhyme/spellcheck engines, and REST endpoints - wire Python GUI/core to run and call the backend via new bridge/client modules - add backend parity/integration tests and update packaging/ignore settings
30 lines
277 B
Plaintext
30 lines
277 B
Plaintext
/.venv
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.cache
|
|
.dotnet_home
|
|
.nuget
|
|
.pip
|
|
.pydeps
|
|
/build
|
|
/dist
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
.backup
|
|
.tmp
|
|
/data
|
|
/assets
|
|
/docs/build
|
|
/samples/bishpls.lmd
|
|
/scripts
|
|
bin/
|
|
obj/
|
|
AGENTS.md
|
|
communication.lmd
|
|
devtool.json
|
|
untitled4.lmd
|