generated from john/python-template
7 lines
242 B
Markdown
7 lines
242 B
Markdown
---
|
|
description: Copilot rules for modifying the UI
|
|
applyTo: 'src/transcription/ui/**/*.py'
|
|
---
|
|
|
|
The UI is forbidden from directly touching the database. All interactions should be done using the [services](../../src/transcription/services/)
|